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
--
RobertK
{ Clever? No just smart. }
"Jake" <> wrote in message
news:259401c45748$d01a68b0$...
> 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
>
|