This question is locked. New answers and comments are not allowed.
We are using the Grid with Ajax calls to server. These calls returns View(new GridModel()) of some sorts
In some operations we want to pass on more data than what the GridModel accepts (more than Data, Total), however it seems like the GridAction attribute will filter away extra Json data. Is there a clean way to do this? What will we lose if we removed the GridAction attribute?
I've looked at the thread under, but that doesn't quite meet our criterias since it only covers errors.
http://www.telerik.com/community/forums/aspnet-mvc/grid/how-to-return-error-information-to-grid-in-ajax-editing-mode.aspx
In some operations we want to pass on more data than what the GridModel accepts (more than Data, Total), however it seems like the GridAction attribute will filter away extra Json data. Is there a clean way to do this? What will we lose if we removed the GridAction attribute?
I've looked at the thread under, but that doesn't quite meet our criterias since it only covers errors.
http://www.telerik.com/community/forums/aspnet-mvc/grid/how-to-return-error-information-to-grid-in-ajax-editing-mode.aspx