How could I get the selected data of a kendo grid and send them to controller for being read? How could I get it with the corresponding ViewModel?
1 Answer, 1 is accepted
0
Daniel
Telerik team
answered on 10 Dec 2013, 03:35 PM
Hello,
The selected item(s) can be found with the Grid select method as demonstrated in the method and change event documentation. I am nor sure if I understand what you mean by: send them to controller for being read
If you wish to send them with the Grid dataSource read action then you should use the request Data function. If you wish to send to a different action method, then you should make a separate Ajax request.
Regards,
Daniel
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!