[flexcoders] Re: Checkbox in Datagrid . . . how?

2008-09-12 Thread valdhor
This is a quick and dirty way to do it. If I had more time I would have decoupled the renderer from the application with a custom event but this does work... ?xml version=1.0 encoding=utf-8? mx:Application pageTitle=Testing xmlns:mx=http://www.adobe.com/2006/mxml; width=100% height=100%

Re: [flexcoders] Re: Checkbox in Datagrid . . . how?

2008-09-03 Thread bjorn
Yes, then you have to write code to get the data into a dataProvider for the Tree, for example creating model objects from the xml and adding them to an ArrayCollection. The checked state can for instance be a boolean inside the model. 2008/9/2 crumpelfungus [EMAIL PROTECTED] Add-on /