Thanks for the reply, I really cant turn on pagiing because it makes sorting slow by at least 5 times.Once I did it but had to revert.
I have to think other way to get rid of this issue. DataService should dispatch some event which tells the status of data loading. --- In [email protected], Jeffrey Vroom <j...@...> wrote: > > You can turn on paging, then listen for the "result" events on the > DataService. They'll be dispatched once for each page result. > Jeff > > On Tue, May 12, 2009 at 12:15 PM, Dharmendra Chauhan <chauhan_i...@... > > wrote: > > > > > > > Hi All, > > I have flex DataGrid which asynchronously receive data throw LCDS deployed > > on Jboss.Initially It loads around 2k to 3k rows > > I need to show loading status which would just keep showing Data Loading > > until data load is complete. > > > > DataService class does not have any event which would serve this purpose > > > > Does anybody have any idea on it ? > > > > > > >

