Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tanu Dua on Sep 26, 2009 23:06
open dhtmlx forum
printView API is very slow in IE

We are using DhtmlxGridFromTable and have a requirement to print the grid , we are using an API
printView(beforeHtml,afterHTml) ; and everything is fine except that in IE family of browsers , its considerably slower.

We have a dataset of 108 rows and 9 columns.

Is there any way to speed up this API . I have looked into the implementation of this API and found that document.write(html) is called and I believe its slowing down the process.

Thanks
Answer posted by dhxSupport on Sep 28, 2009 01:16
Unfortunately this is known issue. Rendering rows at IE is slower that at other browsers. We haven't fix for it yet.