I have a project with a radgrid and checklist filtering. I need the selected values to be stored aswell as loaded after a refresh of the page.
The page is refreshed automatically via JQuery after 30 seconds.
Thanks for your help.
1 Answer, 1 is accepted
0
Angel Petrov
Telerik team
answered on 12 May 2015, 05:57 AM
Hello,
In order to save the filter values one has to obtain them. Currently there is no method exposed in the API that returns them but on the server you can access the FilterExpression property of the MasterTableView which holds them. Have in mind that this property is a string and in order to obtain the values you should parse it.