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 tska...@gmail.com 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

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 thomas.matth...@gmail.com wrote: On Thu, Dec 3, 2009

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

Re: Grid (Sluggish Load)

2009-12-03 Thread Thomas Matthijs
On Thu, Dec 3, 2009 at 21:05, Vince vicenci...@aol.com 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