I’ve an issue when I’m using IE10, I can’t open my spreadsheet and I’ve this alert :
" Unable to get value of the property ‘childNodes’: object is null or undefined "
This error is in the function chngCellWidth() [dhtmlx_code.js; Line 3299] at this line :
this.obj.rows[0].childNodes[i].style.width=this.cellWidthPX[i]+“px”;