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

[Solved] Search Form/Window Example

2 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Cyndie
Top achievements
Rank 1
Cyndie asked on 27 Jul 2010, 04:10 PM
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!

2 Answers, 1 is accepted

Sort by
0
Peter
Top achievements
Rank 1
answered on 27 Jul 2010, 04:21 PM
Hi,

I believe that this example was remaked into two examples related with the selection feature of the grid:
http://demos.telerik.com/aspnet-mvc/grid/selectionserverside
http://demos.telerik.com/aspnet-mvc/grid/selectionclientside

Maybe this is what you need.

Regards,
Peter
0
Cyndie
Top achievements
Rank 1
answered on 27 Jul 2010, 05:58 PM
That does look like it is the example, unfortunately, I'm not trying to populate one grid from another grid, so I'm not sure it is what I was looking for afterall.

Thank you for the link though.
Tags
Grid
Asked by
Cyndie
Top achievements
Rank 1
Answers by
Peter
Top achievements
Rank 1
Cyndie
Top achievements
Rank 1
Share this question
or