Hi,
I am using SmartGWT 1.0b2 in my application. The main page of the application shows a listgrid with around 15 columns. I load the objects manually from the server (via GWT, and then create ListGridRecord objects). Currently I have around 50 rows in the grid.
When testing the application with IE, the simple act of highlighting the row the mouse is over eats up 50% of the cpu (actually i think it goes to 100% on one core). In firefox and chrome its lightning fast.
Now, after some reading on these forums, it seems like an AV could be to blame here. However, since the application will be internal, and the IT policy is for everyone to use IE and AV(can't even disable it via normal methods), I have to find a solution to make the IE rendering as fast as possible.
I do not have any overrides i my code (cellcss or the like.). ListGrid selection is set to single.
Anyhow, I do have a small number of rows in my grid (unlike other people who were doing tests with over 100k).
I saw an earlier post of Isomorphic, saying to look at the "performance" group of properties of ListGrid and TreeGrid.
Where are they listed? What can I do to improve performance in IE in particular?
Thank you for your suggestions.
P.S. Using IE 7 (if it matters)
Edit:
Will it provide any kind of improvement if I would use a datasource instead of creating and setting the records myself?
I am using SmartGWT 1.0b2 in my application. The main page of the application shows a listgrid with around 15 columns. I load the objects manually from the server (via GWT, and then create ListGridRecord objects). Currently I have around 50 rows in the grid.
When testing the application with IE, the simple act of highlighting the row the mouse is over eats up 50% of the cpu (actually i think it goes to 100% on one core). In firefox and chrome its lightning fast.
Now, after some reading on these forums, it seems like an AV could be to blame here. However, since the application will be internal, and the IT policy is for everyone to use IE and AV(can't even disable it via normal methods), I have to find a solution to make the IE rendering as fast as possible.
I do not have any overrides i my code (cellcss or the like.). ListGrid selection is set to single.
Anyhow, I do have a small number of rows in my grid (unlike other people who were doing tests with over 100k).
I saw an earlier post of Isomorphic, saying to look at the "performance" group of properties of ListGrid and TreeGrid.
Where are they listed? What can I do to improve performance in IE in particular?
Thank you for your suggestions.
P.S. Using IE 7 (if it matters)
Edit:
Will it provide any kind of improvement if I would use a datasource instead of creating and setting the records myself?
Comment