automatically select tree node
-
I want to automatically select a certain tree node when the tree control is rendered. Do I have to inject some javascripting code? is it possible from the server-side? Thank you in advance... Niko
<< Nearly all men can stand adversity, but if you want to test a man's character, give him power. >>
modified on Thursday, September 18, 2008 10:15 AM
-
I want to automatically select a certain tree node when the tree control is rendered. Do I have to inject some javascripting code? is it possible from the server-side? Thank you in advance... Niko
<< Nearly all men can stand adversity, but if you want to test a man's character, give him power. >>
modified on Thursday, September 18, 2008 10:15 AM
-
Maybe this will work: NewNode.SelectAction = TreeNodeSelectAction.Expand;
The answers posted by me are suggestions only and cannot be used in anyway against me.
I want the tree not to be selected, not expanded. so when the tree is displayed, a postback is generated, as if the user clicked on the node itself to select it.
<< Nearly all men can stand adversity, but if you want to test a man's character, give him power. >>