Is there an event that fires when the user exits group by mode by dragging the last grouped header from the group by box?
I have a grid using fixed rows, and when the user exits group by mode the fixed rows are cleared, I'd like to catch the event and re-add the appropriate rows to the fixed rows collection.
Thanks,
Reeve.
Reeve,
Since grouping and sorting are closely tied together, the AfterSortChange event will fire when you group or un-group by a column.
-Matt