Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all.......
Thanks in advance..........

i have generated a radgrid control dynamically....
now how i can get the selected index value for the radgrid......

pls guide me..........

with warm regards....

siva
Posted

Telerik has very good help system and sample source codes, start by look at them.
 
Share this answer
 
Comments
MemberCva 21-Sep-11 7:32am    
thnks for your solution.................
Try this..,

e.Item.ItemIndex

Example :
string val= e.Item.OwnerTableView.DataKeyValues[e.Item.ItemIndex]["Column1"];
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900