Last year, I bought DHTMLX Suite pro 3.5. Since IE11, I don’t get any TD elements in my TR rows in DHTMLXGrid.
The header row is still fine, but it’s followed by empty rows, each exactly like this:
I updated to v.3.6 build 131108 (checked in IE11 debugger), but that doesn’t seem to help. No problems in Firefox and Chrome, the TR’s are filled with the proper TD’s there.
Unfortunately it’s still not available to reproduce the issue.
If it’s still occurs for you - please, provide with any kind of sample of your code or a complete demo.
My above analysis wasn’t correct. The contents don’t seem to matter, it just fails whenever the table is initialy sorted. (sorting failed when I altered the string, if sorting fails, it displays the table)
Sorry for the many messages, but please also note that after the sorting fails, I can no longer press the columns to try to sort again. Everything disappears from the table and trying to sort then results in an error that _cellType can’t be called on an non-existing object.
The issue is still cannot be reproduced without any snippet of your code.
If the issue still occurs for you - please provide with any kind of sample of your code with the init of your grid, demo link or a complete demo, where the issue can be reconstructed.