tree view node Index problem

tree view node Index problem

Anonymous
Not applicable
199 Views
0 Replies
Message 1 of 1

tree view node Index problem

Anonymous
Not applicable
I have a tree view containing 3 nodes A, B and C so:
A index is 1
B index is 2
C index is 3
when I add a new node "A1" as an A child using "tvwChild"
it will be inserted in the right position which is a child of A node (between A and B)
but it takes 4 as index which is wrong (it should be 2)
A index is 1
- A1 index is 4 (should be 2)
B index is 2 (should change to 3)
C index is 3 (should change to 4)
Refresh method does not have any effect.
any one have any idea to solve this problem?
thanks
0 Likes
200 Views
0 Replies
Replies (0)