Treeview selectedIndexNode

J

Jake

Hi all,

Im trying to set the selected node in a treeview to a
specific node with javascript to prevent the server trip.

I have tried both the following but nothing seems to
happen:
trvHome.selectedNodeIndex = 1
trvHome.selectedIndex = 1

Any assistance would be great.

Thanks in advance

Jake
 
R

Robert Koritnik

TreeView doesn't use int index, but string index with complete parent list
"IDs"... Like 1.1.4. or something. Check out TreeView help and maybe even
treeview.js file that handles client side functionality
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top