To simplify the code logic and make some of the column values easily accessible on the client, r.a.d.grid can expose them client-side.
To enable the serialization of column values of your choice, you should set the ClientSettings -> EnableClientKeyValues grid property to true. Thus you can extract the respective field value for row through the KeyValues array (attribute of the RadGridTableRow class) passing the unique name of grid column.
![]() |
Note that this column name has to be part of the DataKeyNames array of the MasterTableView/GridTableView. |
[ASPX/ASCX] |
The other available approach is to fetch the values from the grid cells through the GetCellByColumnUniqueName(rowObject, columnName) method. Further info about this can be found here.

浙公网安备 33010602011771号