[flexcoders] Re: datagrid checkbox selection

2010-07-01 Thread sunfast_kid
Thanks Akshar, but don't I need a click event on the checkbox to update the dataprovider? The problem is adding a click event to a dynamic checkbox in the datagrid. Richard --- In flexcoders@yahoogroups.com, Akshar Kaul akshar.k...@... wrote: add a boolean field to the data provider and

Re: [flexcoders] Re: datagrid checkbox selection

2010-07-01 Thread Akshar Kaul
i guess using the folowing renderer you can achieve you thing. mx:itemRenderer mx:Component mx:HBox horizontalScrollPolicy=off horizontalAlign=center mx:RadioButton selected={data.m_bSelected}/