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

Posted by Captain Phoenix on Stack Overflow See other posts from Stack Overflow or by Captain Phoenix
Published on 2010-03-19T10:31:09Z Indexed on 2010/03/19 10:41 UTC
Read the original article Hit count: 535

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about flex3

Related posts about datagrid