I want to use the mvc wrappers grid filter to select a sub group of data, and then use that data to send a sms. How do access that data using on the server?
Thanks
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 16 Sep 2013, 06:28 AM
Hello Alan,
If you have Ajax Binding implemented for the Grid as in the example at point 8 /controller action method/ you have the filtered data. I.e
DataSourceResult result = products.ToDataSourceResult(request);
//result -> contains the filtered/sorted/paged data
return Json(result);
Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!