[flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread zzberthod
Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I just need to insert graphical elements (ex: MXML checkbox) into the list.

Re: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Erik Price
On 4/16/07, zzberthod [EMAIL PROTECTED] wrote: I just need to insert graphical elements (ex: MXML checkbox) into the list. Example: - The first column is a checkbox (for selection of the line) - The second is the `name' column - Third is `date'

RE: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] REPOST - Checkboxes in a DataGrid On 4/16/07, zzberthod [EMAIL PROTECTED] mailto:zzberthod%40echo.fr wrote: I just need to insert graphical elements (ex: MXML checkbox) into the list. Example: - The first column is a checkbox (for selection of the line

RE: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Tracy Spratt
: [flexcoders] REPOST - Checkboxes in a DataGrid Hello, I'm using SOAP services that generate XML result. I need to feed a Flex dynamic list with the XML result. I try to use the XMLCollection AS object and I display it in a DataGrid. But I've got some problems. I just need to insert graphical elements

RE: [flexcoders] REPOST - Checkboxes in a DataGrid

2007-04-16 Thread Tracy Spratt
: [flexcoders] REPOST - Checkboxes in a DataGrid Here is an example of a checkbox itemRenderer that addresses the problem you describe. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of zzberthod Sent: Monday, April 16, 2007 5:27 AM