Can I go 3 level down with jQXTreeGrid or do I need to have two tables for Parent - > Child1 ->ChildOFChild1
hierarchy.
I have two level example working from your example:
https://jsfiddle.net/walker123/t46g3wxm/7/
Wondering how would this code be defined if I want to go for three evel hierarchy.
hierarchy:
{
keyDataField: { name: 'EmployeeID' },
parentDataField: { name: 'ReportsTo' }
},
Also, is there a limit on number of records which will start affecting the performance of the tree grid if I have too many records in the hierarchy showing?