简体   繁体   中英

Telerik/radgrid Equivalent (Find row items/values)?

Does anyone know the Telerik/radgrid equivalent of the following statement?

e.InputParameters["id"] = 
   Convert.ToString(myRadgrid.DataKeys[myradgrid.SelectedIndex].Value);

I'm trying to find the row items/values, and haven't been able to figure it out. Any help will be appreciated.

尝试

myRadgrid.MasterTableView.DataKeyValues[myradgrid.SelectedIndex]["YourDataKeyName"]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM