grid big dataset IE 11

hello, I have a problem with the grid, I have an XML with more than 2 million records and not looking, the head and the filter itself. the version I have is the 3.6 … any ideas?

Please, try to use the paging mode with the dynamic loading of data:
docs.dhtmlx.com/grid__paging.html
docs.dhtmlx.com/grid__dynamic_loading.html

I use the paging mode with the dynamic loading of data!!!

Please, provide with a complete demo or share with a demo link, where the problem can be reconstructed locally.

only fails with IE 11 with firefox no problem, it may be that in version 4.5 is a change from the 3.6 to solve it?

I can not make a demo, but isolated and error, mygrid.enableSmartRendering (true, 50); and here, if you take it off, it displays the data but few if I put not go, Too many are the 2 million records for enableSmartRendering?

smart rendering mode is incompatible with the paging mode.
You need to use the paging without smart rendering.
smart rendering itself fails for the 2 milions of the rows as the browsers have limitaions about the available height of the html table.