Hi All,
while I create a tree grid and want to freeze the first column, I use API splitAt() to implement this, but unfortunately it brings another problem. Every time I click the icon to expand/hide the sub lines. the grid will double the class value of the node. Also, I find dhtmlx official sample also have this issue.
Take the official page as example:[url]http://www.dhtmlx.com/docs/products/dhtmlxTreeGrid/samples/07_split/01_treeGrid_split.html[/url]
You can find sample grid in the page, like attached
If you click the red area to expand/hide the sub grid, the style of the grid row will add too much redundant and meaningless class.
The default of the row style is like attached
And then, every click action to hide/expand the subgrid, the value of attribute ”class” will growth with multiple geometric, like attached
Too much meaningless data in the node will make the page unresponsive.
Per the information I got, the problem was generated by splitAt() and setSkin(). Is there anybody know how to fix this problem?