Are you are putting 4,000 items in a ListBox? Thats a lot of data to show on the client. Even scrolling becomes difficult at that point.
Alternatively, can you use a CellList with paging to break up the items into smaller chunks? Thanks, John LaBanca [email protected] On Thu, Jun 2, 2011 at 6:44 AM, Mittal <[email protected]> wrote: > Thomas - is it due rendering engine of IE 8 versus that of FF or > Chrome - which shows such difference in terms of response time ? > > Mittal > > On Jun 2, 6:04 am, Thomas Broyer <[email protected]> wrote: > > With such numbers ("1 list box has 4000 elements and one suggestion box > has > > 7000 elements"), the culprit is undoubtedly IE, and you can't do anything > > about it. > > -- > 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. > > -- 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.
