[flexcoders] Re: Radio Button in DataGrid urgent Plz

2009-06-23 Thread djhatrick
The flex 3 Cookbook covers this pretty well. --- In flexcoders@yahoogroups.com, Harish Sivaramakrishnan hsivaramakrish...@... wrote: Use a boolean property (ex: selected) in the dataProvider Object and bind the CheckBox in the itemRenderer's 'selected' property to {data.selected} Cheers

Re: [flexcoders] Re: Radio Button in DataGrid urgent Plz

2009-06-22 Thread Harish Sivaramakrishnan
Use a boolean property (ex: selected) in the dataProvider Object and bind the CheckBox in the itemRenderer's 'selected' property to {data.selected} Cheers Harish On Sun, Jun 21, 2009 at 12:37 PM, vin.flex vin.f...@yahoo.com wrote: Thanks for your response Harui. I have tried your checkbox

[flexcoders] Re: Radio Button in DataGrid urgent Plz

2009-06-21 Thread vin.flex
Thanks for your response Harui. I have tried your checkbox renderer. I want to preselect a checkbox depending on the value of a field in my dataprovider. Can you help me how can I bind the check box to a field in my dataprovider? thanks vin --- In flexcoders@yahoogroups.com, vin.flex