views:

320

answers:

1

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  A: 

Hi!

Check this.

Hope this helps =)

Regards. BS_C3

BS_C3
Awesomenessnessness! This solved my problem. Thanks!
Captain Phoenix
Is there a way to make this work with the value returned from the labelFunction?
Captain Phoenix
Would label.text work? Haven't tried it but it makes sense to me ^__^Regards
BS_C3