RE: [flexcoders] Re: Data grid with check box... How to get value

2005-06-24 Thread Ben Elmore
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Thursday, June 23, 2005 1:25 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Data grid with check box... How to get value The data grid is populated from a data provider. It displays about 20 rows. When I click on one

[flexcoders] Re: Data grid with check box... How to get value

2005-06-23 Thread bhaq1972
not totally sure what you mean by 'value of that row'. However, if your checkBox cellrenderer is based on the example from flex samples explorer, then the function getCellIndex() should give you back the row number. and getDataLabel() should give you back the value of the checkbox. (I think).

Re: [flexcoders] Re: Data grid with check box... How to get value

2005-06-23 Thread joe . g . james
The data grid is populated from a data provider. It displays about 20 rows. When I click on one of the check box I would like to be able to get a value from one of the cells in that row. The data grid is a MXML component and the check box is from a cell rendering action scripting file.