I'm using jQgrid's TreeView mode.
My problem is that the parent's children is positioned under the parent sibling in the tree.
This is a known issue? any solution?
Thanks
I'm using jQgrid's TreeView mode.
My problem is that the parent's children is positioned under the parent sibling in the tree.
This is a known issue? any solution?
Thanks
You should set level
property for the children (in the data which will be used to fill the grid) to the level of the parent +1. See here an example.