开发者

what get selected column value In Advanced data grid

How to get value of selected column form Advanced datagrid w开发者_StackOverflow中文版hose visble propery is false .


Just like any other

myDataGrid.selectedItem.column[--invisibleColumnsIndex--]

where --invisibleColumnsIndex-- is the numeric index of the column you want the value of.

Or you can just go for the value in the dataProvider.

myDataGrid.selectedItem.InvisibleColumnsNameInDataProvider

both methods should work but I have only tested the second one.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜