I need a way to get the value from the selected row from the radgrid. I cant use datakeyvalues because the columns in the grid change depending on the situation. Autogenerate columns is true
I just need a way to say show me whats in cell 4 of the selected row in the grid
2 Answers, 1 is accepted
0
Accepted
Pavlina
Telerik team
answered on 29 Apr 2009, 03:01 PM
Hi Sean,
You can retrieve the values of column cells when the row that contains them is selected. This can be accomplished using the getCellByColumnUniqueName method of the GridTableView client-side object. This method takes two parameters: a row object and theUniqueName of a column. It returns the corresponding cell from the grid table.
For more information about how to get cell values for selected rows client side, refer to the following link.