This is a migrated thread and some comments may be shown as answers.

Checklist Filtering Persisting Settings

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 07 May 2015, 11:58 AM

Hello everyone,

 

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

Sort by
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.

Regards,
Angel Petrov
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Grid
Asked by
Simon
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or