[flexcoders] Retrieving Sorted Data from DataGrid

2008-09-18 Thread edlueze
I've loaded a DataGrid with an XMLList. When the user clicks on a
header to sort the DataGrid I want to save the data in the DataGrid in
the order that it was sorted. How's that done?



Re: [flexcoders] Retrieving Sorted Data from DataGrid

2008-09-18 Thread Sherif Abdou
SharedObjects? or maybe just write it to the server and then have it pull that 
data out when the user comes back. 
--
Sherif Abdou
http://VadexFX.com
http://Sherifabdou.com
  - Original Message - 
  From: edlueze 
  To: flexcoders@yahoogroups.com 
  Sent: Thursday, September 18, 2008 7:10 PM
  Subject: [flexcoders] Retrieving Sorted Data from DataGrid


  I've loaded a DataGrid with an XMLList. When the user clicks on a
  header to sort the DataGrid I want to save the data in the DataGrid in
  the order that it was sorted. How's that done?