i have done this and got the id but how to get the values pertaining to this id
string id = item.GetDataKeyValue("AgeGroup").ToString();
1 Answer, 1 is accepted
0
Nikolay Rusev
Telerik team
answered on 19 Nov 2010, 09:43 AM
Hello abinav,
GetDataKeyValue returns the value of key per GridDataItem. If you need to access the other data for GridDataItem you can handle ItemDataBound event and check DataItem property of the item.