Hi,
I have a grid which I grouped by a column. After displaying the grid with GroupedByRows for every distinct value in that column and the number of rows for that value, a change occur in the datasource, i.e. in the datatable that holds the data for the grid. The change is for the grouping column and means that the changed row should move from one existing group to an other. Unfortunetly, the grid does not display that change, nothing happens with the edited row.
Is this behavior of the grid correct, i.e. there is no intention to get the grid to reflect changes in datasource regarding the data that the grouping is built on or I am missing something?
Thankfull for answers and best regards
If I understand your scenario, maybe you are looking for RefreshSort() method.
ultraGrid1.DisplayLayout.Bands[0].SortedColumns.RefreshSort(true);
Please take a look at the attached video for more details and let me know if you have any questions, or if you think that I misunderstood your scenario.
Regards
Have you been able to resolve your issue ? If you still have any concerns or questions I will be glad to help. If you need any additional assistance don’t hesitate to ask.