Grid Filter issue on IE11

Hie,

I’ve some trouble with dhtmlxGrid filter on IE11, when I change the option filter, the grid is empty although on chrome the filter works.

Here is my code :

        grid = new dhtmlXGridObject("id_div_grid");
	grid.attachHeader(",,,#select_filter");
        grid.init();
	grid.setSkin("dhx_skyblue");
        grid.load("grid.json", "json");

I’ve the 3.6 version.

Did you find a solution ?

I have the same issue ?

Hi,
I don’t found the solution…

Unfortunately the issue cannot be reconstructed locally.
Please, make sure that the IE11 hotfix for dhtmlx is applied:
www.dhtmlx.com/blog/?p=2053

If issue still occurs for you - please, provide with a complete demo, where the issue can be reconstructed.