Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
GroupBy Issue
posted

Hi,

I set my ultragrid to groupby a certain column in initialize layout itself. Once after performing certain operation on a particular row like moving from one group to another group etc I am performing this action to refresh the grid.

DisplayLayout.Bands(0).SortedColumns.RefreshSort(True)

Upto now its fine. But After refreshing every group is closed. How can I set my focus on a particular group and make it show its rows on refresh.

 

Nagarjun.

Parents
  • 1140
    posted

    I have a seen a selected property. I think it will solve the issue.

    What is the function which returns the collection of rows associated with a group by column.

     

Reply Children