What is the best approach to getting the value of a column or cell in the selected row?
I can't seem to find a clear and easy way to make this happen. Any help would be appreciated.
3 Answers, 1 is accepted
0
Rosen
Telerik team
answered on 11 Apr 2012, 03:17 PM
Hello Marcus,
The easiest way to get field's value from the selected item is by using Grid's dataItem method to retrieve the data record associated with the selected row and then to get the value of the field itself:
Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!