Hello,
I have a page with a RadListView multiple RadGrids binded on server-side with the same type of objects and same columns.
I would like to apply filters on all grids when changing a filter on one of them (client-side).
I tried handling the following client events on each grid :
- OnCommand, in order to save filters of the filtered grid in a global javascript variable
- OnGridCreated, in order to apply saved filters on each grid using the javascript variable
However, it doesn't work because my javascript variable is back to null value when hitting OnGridCreated event.
Is there a better way to do this (= sharing filters between multiple grids) ?
Thanks in advance.
Best regards,
Eva