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

Get Data Selected and send to controller

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Luz
Top achievements
Rank 1
Luz asked on 06 Dec 2013, 05:49 PM
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

Sort by
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!
Tags
Grid
Asked by
Luz
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or