Hi,
I have stumbled upon a strange behaviour. I updated the jqxwidget version in an application from version 3.6 to the current version. I use a jqxTreeGrid in said application that uses checkboxes for selection and after loading the data, I had to expand all the rows. In the 3.6 version I used a function found in the forum (traverseTreeGrid) to do so, in the new version you have provided an expandAll function.
Changing from traverseTreeGrid to expandAll now causes a strange behaviour I did not expect – all checkboxes from second level on have tha black square in them like in a three state selection. In the treegrid there is no hierarchical selection enabled and by clicking in the checkboxes, I only can check and uncheck after that.
You can check this behaviour in your provided fiddle example with checkboxes:
http://jsfiddle.net/jqwidgets/fhbLa/
and change the ready function of the treegrid to: $(“#treeGrid”).jqxTreeGrid(‘expandAll’);
Best Regards
Klaus