Thank you everyone for the help.
Moving to the datasource and setting only the following properties on the grid:
has improved the performance on IE considerably (that with 15 columns). I can confirm that with fewer columns IE is just as snappy as Firefox.
Maybe I will suggest that to users if they will be complaining, and the next feature will be to actually remember their settings :).
Anyhow, I have accomplished my goal (increase the speed of the grid), so I thank you all.
Moving to the datasource and setting only the following properties on the grid:
Code:
pcsGrid.setWrapCells(true); pcsGrid.setFixedRecordHeights(false); pcsGrid.setBaseStyle("tallCell");
Maybe I will suggest that to users if they will be complaining, and the next feature will be to actually remember their settings :).
Anyhow, I have accomplished my goal (increase the speed of the grid), so I thank you all.
Comment