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