【发布时间】:2013-11-20 13:17:22
【问题描述】:
如何从绑定到另一个表的展开的详细信息行中获取单元格值?
string name = gridView1.GetRowCellValue(gridView1.FocusedRowHandle, "colName").ToString())
不起作用,因为:列“colName”不属于表“用户”。
【问题讨论】:
-
错误很明显..
Column 'colName' does not belong to table 'Users'
标签: c# gridview devexpress