This question is locked. New answers and comments are not allowed.
Hi, Please let me know how I can pass a viewModel object to the Telerik MVC grid when binding the grid first time and also when switching between pages. the action method for the Ajax call expects a "GridModel" obejct, so I am not sure how I can pass a ViewModel object to it which contains additional context data including the actual data to bind to the grid. do you have a sample for this (the code in the following link works, but I want to pass viewModel instead of the data alone both in the index action method and also in the ajax action method)? Thanks in advance
http://demos.telerik.com/aspnet-mvc/razor/grid/custombinding
http://demos.telerik.com/aspnet-mvc/razor/grid/custombinding