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
205
FixedRows Collection Cleared after Grouping
posted

Dear All,

In order to have a permanent, clickable 'footer' in my grid, I'm creating a dummy row in my data and - in the InitializeRow event - setting the Fixed property of the corresponding grid row to true.

The issue I'm having is that the FixedRows collection is cleared as soon as the user performs a group-by, and when they return to 'normal' view (i.e. non-grouped), InitializeRow doesn't fire and therefore my fixed row isn't restored.

Could anyone be so kind as to suggest a means by which I can restore the fixed row following a group-by?  Unlike InitializeRow, InitializeRowsCollection does at least fire when the grid reverts to its normal view, after a group-by.  Would writing a handler for this event be the best way to reliably restore the fixed row?

Many thanks in advance,

James

 

Parents Reply Children
No Data