SmartGWT ListGrid is slow, but only in Internet Explorer

筅森魡賤 提交于 2019-12-06 06:20:37

Can you list out the actual steps you took to make sure you followed all the suggestions in the threads in the SmartClient forums?

If you look at the SmartGWT Showcase LiveGrid sample:

http://www.smartclient.com/smartgwt/showcase/#featured_grid_live

Is this slow for you? If so possibly something is wrong with your machine or browser and you should try a co-worker's machine.

From my experience I.E. 8 handles horribly more than one or two buttons in a page (input type=button or button tags). I don't know if listgrid makes any use of that but if it does there is no workaround. Use something that uses divs.

Manu

Try using grid's setFastCellUpdates(true);

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!