Hi,
When I add new child node to first root node, it showing as last record in TreeGrid (adjacency model) instead of showing as child node under parent.
Is there any other configuration to show it correctly if child node records are not the immediate ones of parent node?
We are using 5.5.1 versio.
Below is the data:
ID NAME DESCRIPTION PARENT_ID LEVEL IS_LEAF
======================================================
1 MGR Manager NULL 0 FALSE
2 DEP_MGR Deputy Manager 1 1 TRUE
3 HR Human Resource NULL 0 FALSE
4 AHR Human Resource 3 1 TRUE
5 SAL_MGR Sales Manager 1 1 TRUE
Thanks in advance.
Regards,
Jay.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top