Hi I have a kendo grid with server sorting, server filtering, server paging functionalities. Is there a way, where I can filter the grid from querystring parameters. Example:
I have a kendo grid with First name, Last Name, Address etc columns. Now I have the following url:(the query string will be dynamic)
localhost/Home/GetFilteredData?fname=tom&lname=William......
Can we filter the grid based on the given query string? Also, can we save the state after filtering the grid and load it once this url is clicked again?
Any help appreciated!! THANKS
I have a kendo grid with First name, Last Name, Address etc columns. Now I have the following url:(the query string will be dynamic)
localhost/Home/GetFilteredData?fname=tom&lname=William......
Can we filter the grid based on the given query string? Also, can we save the state after filtering the grid and load it once this url is clicked again?
Any help appreciated!! THANKS