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

Unfortunately this is known issue. Rendering rows at IE is slower that at other browsers. We haven’t fix for it yet.