Hi,
i understand that when a new row is added somewhere in the tree, the new row is added to the bottom.
to get around this i re-bind the tree to the update source, and am now trying to see if i can expand to the part of the treelistView where the new item it located.
i can interactively expand to the spot in the tree and find the newly created row.
the customer does not want to do this however as there may be too much data.
i need a way to do this in the code-behind.
is there a way?
Thanks in advance,
John