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

Search Page - Post Request, Put Results in Grid?

3 Answers 43 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.
Sean
Top achievements
Rank 1
Sean asked on 28 Mar 2011, 06:54 AM
Clearly Ajax binding is the easiest to implement with the MVC grid. However, I need to allow the user to submit 8-9 fields that must be validated on a post prior to binding the grid. This works fine to display results initially in the grid, but unfortunately it makes sorting and paging a major pain!

Is there any way to post search criteria with a non-ajax call first to populate the grid and then use ajax calls subsequently for sorting and paging?

3 Answers, 1 is accepted

Sort by
0
Rodrigo
Top achievements
Rank 1
answered on 03 Sep 2011, 10:06 PM
Same problem here.
This is a basic functionality of any application.

How can we paging Telerik grid and apply user filters (form inputs)?
0
KordaMentha
Top achievements
Rank 1
answered on 24 May 2012, 02:00 AM
Encountered a similar challenge
0
Sean
Top achievements
Rank 1
answered on 24 May 2012, 04:44 AM
Use the OnDataBinding client event and use e.data to filter based on other form fields using javascript.
Tags
Grid
Asked by
Sean
Top achievements
Rank 1
Answers by
Rodrigo
Top achievements
Rank 1
KordaMentha
Top achievements
Rank 1
Sean
Top achievements
Rank 1
Share this question
or