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
120
Event when user exits group by mode?
posted

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.

Parents
No Data
Reply
  • 37774
    posted

    Reeve,

    Since grouping and sorting are closely tied together, the AfterSortChange event will fire when you group or un-group by a column.

    -Matt

Children
No Data