hi
I have web forms
and use Telerik rad GridView
I want read data if one row as telerik rad Grid
and use this :
string s1 = gvShowOffices.SelectedItems[0].Cells[1].Text.ToString();
but S1 fill space
how I can read data in Telerik rad Grid
Loading
Posted Jan 7, 2014, 11:41 PM
//accessing selected row
string value = selectedItem["FirstName"].Text;//getting cell value