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 <[email protected]> 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 > displayed on the screen. But pagination would be very helpful as well. > > On Dec 3, 2:09 pm, Thomas Matthijs <[email protected]> wrote: > > > > > On Thu, Dec 3, 2009 at 21:05, Vince <[email protected]> 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 the Grid. > > > > Problem : The Grid seems to take an awfully looooong time to load the > > > data (simple Strings) to a full 300 rows. > > > Dom operations are slow, you need to minimise these, there are some > > widgets in the incubator (which might need modifications to get them > > to work on recent gwt version) > > that should be faster > > Seehttp://code.google.com/docreader/#p=google-web-toolkit-incubator&s=go...- > > Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
