如何从 Telerik 网格中获取价值

问题描述

我们使用多种方式从 Telerik 网格中获取值。

enter image description here

但无法获取值。

enter image description here

if (Item.Selected) {
    string id = Item["PRNO"].Text; 
    string sump = Item("ColumnUniqueName").Controls(0); 
    string Value = (Item["PRNO"].Controls[0] as TextBox).Text; 
    string firstName = (item["PRNO"].FindControl("PRNO") as TextBox).Text; 
} 

enter image description here

喜欢用这种方式获取价值

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)