Hi,
I want to know which event gets triggered once column grouping is removed. ie bring back the grouped row to the main grid. I tried groupPosChanged, but in vain
Thanks,
Reji
Reji,
Since sorting and grouping are very closely tied together, you should be looking at the AfterSortChange event.
-Matt