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

[Solved] Grid binding decisions

1 Answer 79 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.
James
Top achievements
Rank 1
James asked on 07 Jan 2012, 09:49 PM
I'm learning the mvc grid and trying to figure out how the binding works. I have a series of text boxes on my form that are going to be used to filter the grid results when a button is clicked (client's business requirement). I currently have the button, text boxes and grid wrapped in an ajax post but I don't know how to get the grid to refresh.  I want the grid to be fast, and utilize client side sorting, and paging. What type of binding should I use? CustomBinding? Ajax? I just don't have the experience with the grid to foresee what is involved with each binding choice. I currently have my data in a list of objects that I return in the model to the view. 

I'm using the 2011 q3 mvc controls. 

Thanks

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 09 Jan 2012, 11:26 AM
Hello James,


I would suggest you to use Ajax binding for your Grid and enable the client OperationMode. Also you can check the filter method which is available for the Grid client-side API.

Greetings,
Petur Subev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
James
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or