: 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
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
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
3 matches
Mail list logo