Re: Grid (Sluggish Load)

2009-12-21 Thread Vince
Thank you for the feedbacks, Thomas and Trevor... I'm looking into the possible solutions now. Appreciate it... On Dec 4, 9:20 am, Trevor Skaife wrote: > Another thing you can do is not attach the grid to the page until it > is fully loaded, the dom operations are faster when the table isn't > d

Re: Grid (Sluggish Load)

2009-12-04 Thread Trevor Skaife
Another thing you can do is not attach the grid to the page until it is fully loaded, the dom operations are faster when the table isn't displayed on the screen. But pagination would be very helpful as well. On Dec 3, 2:09 pm, Thomas Matthijs wrote: > On Thu, Dec 3, 2009 at 21:05, Vince wrote: >

Re: Grid (Sluggish Load)

2009-12-03 Thread Thomas Matthijs
On Thu, Dec 3, 2009 at 21:05, Vince wrote: > Hello, > > I have a regular Grid implementation with 5 columns that loads in 300 > records within a DialogBox. Everything is fine until the actual return > off of a Callback that handles the feedback from a data extraction > routine intended to populate

Grid (Sluggish Load)

2009-12-03 Thread Vince
Hello, I have a regular Grid implementation with 5 columns that loads in 300 records within a DialogBox. Everything is fine until the actual return off of a Callback that handles the feedback from a data extraction routine intended to populate the Grid. Problem : The Grid seems to take an awfully