RE: [flexcoders] Help trying to sort data provider for DataGrid

2009-08-20 Thread Tracy Spratt
s.com Subject: Re: [flexcoders] Help trying to sort data provider for DataGrid I've not experienced it yet my self but the problem is probably the dates. Flex does string comparison on the dates not object comparison. (even if they were dates which they're probably strings by the tim

Re: [flexcoders] Help trying to sort data provider for DataGrid

2009-08-20 Thread Wesley Acheson
I've not experienced it yet my self but the problem is probably the dates. Flex does string comparison on the dates not object comparison. (even if they were dates which they're probably strings by the time they get into your application. I haven't verified the accuracy of said post but at a glanc

[flexcoders] Help trying to sort data provider for DataGrid

2009-08-20 Thread lanekelly5
I'm trying to load a few elements of an RSS feed into a DataGrid, and I'm having trouble with the code to pre-sort the data before the grid gets it. Here's a snippet of the code: private function requestRSS(e:FlexEvent):void { initVars();