I was wondering if it is possible to use 2 jqx widgets together. If it is how possible would I go about doing it. I was thinking of combining jqxGrid, and jqxTree to create a Grid with headers, column, and cell, but configure the cell to behave like a tree something like this JSfiddle . I understand that a TreeGrid does not exist yet, and that I can use grouping but it does not do what I need it to do. is one of the possiblity where I will have to add the row one by one using add row like this
$("#jqxgrid").jqxGrid('addrow', null, []);
and then configure it or would I have to create everything manually like the Jsfiddleand then just apply the styling :(
Update
A possibility maybe to use the new custom cell editing
Update 2
TreeGrid is available: TreeGrid Demos