Hey guys my application is using the radtreeview for updating and saving form entry information. So when you select a node it loads a form. You click save and the node is removed in my client side script.
What would be nice is some way to select the next node after that top one is removed. Or just select the top node like Select(node[0]) or something like this.
Can you point me in the direction for finding and selecting the next node client side? Is there some way to determine from the Selected Node that i'm about to remove what is the next node and if there is not a next node Select the parent? thank you very much.
What would be nice is some way to select the next node after that top one is removed. Or just select the top node like Select(node[0]) or something like this.
Can you point me in the direction for finding and selecting the next node client side? Is there some way to determine from the Selected Node that i'm about to remove what is the next node and if there is not a next node Select the parent? thank you very much.