Hi All,
I'm using UltraGrid (v7.3) and its group by rows. We know that after we change the field for grouping, the grid need to resort the groups to reflect the changes. Now the problem is where to do the resort. Is there a event after the grid is done for datasource is changed? My dataSource is DataSet, I know the columnchanged is good way, any other?