Radzen Items Per Page callback

When the items per page is changed in Radzen DataGrid, can I hook into an event or callback?
I have tried the Page callback but that does not work.

My problem is that when a group is expanded, if the items per page is changed, the page renders and items are collapsed automatically without firing the RowCollapse event which leaves my app in a bad state. I'm handling things differently when a group is expanded or closed so I need to notify the app of the state change.

Thanks in advance :slight_smile:

You can use PageSizeChanged.

UPDATE: I just saw that this event is not exposed in the DataGrid, we will add it for the next update (most probably today).

1 Like

You guys Rock! Thank you so much.