Re: [Flashcoders] how to refresh AS2 DataGrid

2010-01-28 Thread Andrew Sinning
: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] how to refresh AS2 DataGrid Sent: Jan 28, 2010 3:56 PM I want to be able to maintain any user changes to the sorting and column widths of my DataGrid. So, as data changes come in, I changed the properties of existing objects

Re: [Flashcoders] how to refresh AS2 DataGrid

2010-01-28 Thread Nathan Mynarcik
Try myDataGrid.removeAllColumns(); and reload it. You can maybe set a timer that calls a function to update it. --Original Message-- From: Andrew Sinning Sender: flashcoders-boun...@chattyfig.figleaf.com To: Flash Coders List ReplyTo: Flash Coders List Subject: [Flashcoders] how to

[Flashcoders] how to refresh AS2 DataGrid

2010-01-28 Thread Andrew Sinning
I want to be able to maintain any user changes to the sorting and column widths of my DataGrid. So, as data changes come in, I changed the properties of existing objects within the dataProvider, as well as adding new items as needed. The problem I can't figure out how to get the display on th