I’m loading .xml into grid, which have hidden columns. Then I attach some headers into the grid. In FF all the header cells are shown (it means they are “shifted”), while in IE only cells are shown their appropriate column is not hidden. How to resolve this issue? I think IE displays the grid correctly. Thx
I might add that I’m constructing the .xml with XSLT and using it that way:
<afterInit>
<call command="attachHeader">
<param>A,B,C,D</param>
<param>,,color:red;,</param>
</call>
</afterInit>
Unfortunately the issue cannot be reproduced locally.
Coould you please, provide with a more detailed sample of your code with the init of your grid, or with a complete demo/demo link, where the problem can be reproduced locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html