Good morning everybody i am trying to make an HTML table in order to add it to the panel but i have a problem in displayin of the panel. I create the HTML table like this : HTML t[]=new HTML[7]; and after this i do the set methode to the html and i add the string the html to the panel.
The problem is that i have got nothing in the panel if you can help me Regards Date: Sun, 19 Apr 2009 19:12:57 +0200 Subject: Re: Grid Panel Performance Issue From: [email protected] To: [email protected] just to exactly understand your problem.....what is contained in the columns?? images?? viewing the showcases i didn't see such performance limits... but i have to admit i used grid only one time and in a very simple way.... maybe posting your code it's better.....anyway we can't help you... bye pat 2009/4/19 Arji <[email protected]> Hi all, I've searched all the GWT-EXT forums, and I can't seem to find a proper solution. Here is my problem, I have 3000 records for a Grid that has 6 columns and Paging, and only shows 100 per page. The server response is very very fast, under 1 second. But the rendering part is so slow. The other suggestion was change the implementation in the Database side where you will only retrieve 100 data, and create the illusion of Pagination by fetching every time in the database 100 record at a time. I'm hesitant to use this method since I want to have a separation of GWT from the database side, and I dont want also to recreate other database methods just to use this kind of implementation. Is there any other way to improve the performance? or the GWT-EXT Grid really cant have that performance? P.S. I also saw someone posted a same question in other forums but no one tried to answer, I just hope somebody out there can help.... Thanks so much. _________________________________________________________________ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. http://www.microsoft.com/windows/windowslive/products/photos.aspx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" 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/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
