DHTMLX Grid Header is not working in IE8

hi



The DHTMLX Gris is not showing in IE8. but when i change the

if (_isIE)

            hdrRow.style.position=“absolute”; to “Relative”

        else

            hdrRow.style.height=‘auto’;

and



if (!this.obj.firstChild)

            this.obj.appendChild(document.createElement(“TBODY”));



        var tar = this.obj.firstChild;



        if (!tar.firstChild){

            tar.appendChild(document.createElement(“TR”));

            tar=tar.firstChild;



            if (_isIE)

                tar.style.position=“absolute”; to “Relative”

            else

                tar.style.height=‘auto’;



            for (var i = 0; i < this.hdrLabels.length; i++){

                tar.appendChild(document.createElement(“TH”));

                tar.childNodes[i].style.height=“0px”;

            }

        }





The header row is showing where as the resize of column get messed





any fixes??



for IE8 only





Which version of grid you are using?

Prior version 2.1 , dhtmlxGrid was not able to render correctly in IE8 ( standard mode only )
Latest codebase ( 2.1 ) contains related fixes, so component fully supports IE8

dhtmlx.com/docs/news/index.shtml?show=36