Check documentation for the latest version of dhtmlxSuite isIE11 DHTMLX Docs

isIE11

set to true if browser is Internet Explorer 11

isIE11;

Example

if (window.dhx.isIE11) {
    // your code
}

Back to top