Security exception while loading grid/tree grid in IE

Hi,
We are using dhtmlx tree grid for explorer tree in our product.
When we run the application in IE of windows 2012 server, its prompting a security exception.

once we close that dialog, it loads the page with treegrid.
But after that none of the click operations of treegrid are working.
We are running with security setting “IE ENHANCED SECURITY CONFIGURATION” as ON.

It is working properly if we do either of these

  • Turn off the setting IE ENHANCED SECURITY CONFIGURATION
    or
  • Add “about:blank” to the trusted sites of IE

Found some solution about this problem here.
[url]http://stackoverflow.com/a/19838489/1752038[/url]
Tried to change the grid code, but it wasn’t that easy.

So, Is this security prompt can be avoidable, with out any external changes of settings.
could you please provide any solution.

Thanks

Could you please, clarify what version of the dhtmlx product do you have and provide with some snippet of your code with the init of your grid.

We are using version 4.1.2.
It seems like the issue is in dhtmlxtreegrid.js
It’s is reproducible with the samples from suite and samples from http://dhtmlx.com/docs/products/dhtmlxTreeGrid/samples/

Thank you. Your request will be considered.
Unfortunately the only way in your case is to turn off the ESC of the IE for now.