I have a dynamically loading tree. In this tree config I have onCheck that fires some script. Problem is onCheck fires for every node with attr "checked" after load.
1) Question is can the nodes be somehow loaded checked or unchecked without triggering onCheck? 2) Also, what can I send via JSON so the node become "indeterminate"? Or the only way is to use filter?
Yes, I understand, the difference between ul and table structure. And I failed to organize "lines style" in table with simple css. But for some design solutions I still would really appreciate to have those "lines" in my treegrid. Thanks in advance!