[flexcoders] Re: Crazy DataGrid display of XMLListCollection

2008-10-21 Thread edlueze
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tim Hoff Sent: Saturday, October 18, 2008 5:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Crazy DataGrid display of XMLListCollection Hi, If the dataProvider is [Bindable], the DataGrid should reflect

RE: [flexcoders] Re: Crazy DataGrid display of XMLListCollection

2008-10-20 Thread Tracy Spratt
: Crazy DataGrid display of XMLListCollection Hi, If the dataProvider is [Bindable], the DataGrid should reflect the changes to the dataProvider; when the dataProvider is changed. For the itemRenderer question, here's one way to update the display list: override public function set data

[flexcoders] Re: Crazy DataGrid display of XMLListCollection

2008-10-18 Thread Tim Hoff
Hi, If the dataProvider is [Bindable], the DataGrid should reflect the changes to the dataProvider; when the dataProvider is changed. For the itemRenderer question, here's one way to update the display list: override public function set data(value:Object):void { if (value != null) {