This question is locked. New answers and comments are not allowed.
There is a broken link the third item up from the bottom in this linked thread to an example that I'm hoping to find:
http://www.telerik.com/community/forums/aspnet-mvc/grid/search-form.aspx
I have a grid that loads with some default data. Because of the size of the database, I do not want to load all of it (so the client side filtering is not what I'm looking for). I want to create a search window (telerek window) that allows the user to narrow their search (by picking date, time, lists box values, etc.) and submit it all at once by passing the results from the search to the controller to have the server requery the database and repopulate the grid.
Any chance the example in the thread above was just relocated? Any advise on how to do this would be appreciated. Do I use GridCommand?
Thanks!
http://www.telerik.com/community/forums/aspnet-mvc/grid/search-form.aspx
I have a grid that loads with some default data. Because of the size of the database, I do not want to load all of it (so the client side filtering is not what I'm looking for). I want to create a search window (telerek window) that allows the user to narrow their search (by picking date, time, lists box values, etc.) and submit it all at once by passing the results from the search to the controller to have the server requery the database and repopulate the grid.
Any chance the example in the thread above was just relocated? Any advise on how to do this would be appreciated. Do I use GridCommand?
Thanks!