Get content of a single cell from a DataGrid in Flex 3

非 Y 不嫁゛ 提交于 2019-12-08 10:19:40

问题


I want to select information in a single cell from my DataGrid in Flex 3.

Specifically, I'm displaying three phone numbers per line and the user needs to be able to select one of those numbers, from any row, but not the whole row.

While similar to this, I am displaying the DataGrid to the user. The answer for that question was to manipulate the dataProvider, how can I know what cell I've selected in order to do that?


回答1:


Check this.



来源:https://stackoverflow.com/questions/2476476/get-content-of-a-single-cell-from-a-datagrid-in-flex-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!