开发者

what get selected column value In Advanced data grid

开发者 https://www.devze.com 2022-12-18 03:54 出处:网络
How to get value of selected column form Advanced datagridw开发者_StackOverflow中文版hose visble propery is false .Just like any other

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

精彩评论

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