We are using smartclient 2.3 nightly pro version, and GWT version 2.0.1.
We are (and have been) experiencing quite drastic performance and lockup problems when running our application in Internet explorer, while firefox and chrome perform just fine. Our application has a tabbed view with several sub-views on each tab, each containing a gridview and other widgets. We often return hundreds (sometimes thousands) of rows from custom datasource(s) on the server to some of the grids (ala http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds).
As I said above, in firefox this works just fine, and although it gets slower with many rows, it does not lock up or behave badly like IE does. We have tried IE 6, 7 and 8 with no appreciable difference in performance or behavior. We often have the grid freeze for long periods of time, and have had IE completely lock up at times, even when there is no (or very little) data in the grids. We do not have any IE javascript debugging turned on.
I am trying to create a test case that I can post to show these issues (our app is proprietary, so this will take me some time for me to build). I will post this when I've produced it, but in the meantime, do you have any suggestions as to what we might do to diagnose and solve this problem?
We are (and have been) experiencing quite drastic performance and lockup problems when running our application in Internet explorer, while firefox and chrome perform just fine. Our application has a tabbed view with several sub-views on each tab, each containing a gridview and other widgets. We often return hundreds (sometimes thousands) of rows from custom datasource(s) on the server to some of the grids (ala http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds).
As I said above, in firefox this works just fine, and although it gets slower with many rows, it does not lock up or behave badly like IE does. We have tried IE 6, 7 and 8 with no appreciable difference in performance or behavior. We often have the grid freeze for long periods of time, and have had IE completely lock up at times, even when there is no (or very little) data in the grids. We do not have any IE javascript debugging turned on.
I am trying to create a test case that I can post to show these issues (our app is proprietary, so this will take me some time for me to build). I will post this when I've produced it, but in the meantime, do you have any suggestions as to what we might do to diagnose and solve this problem?
Comment