0

NET Treeview Control, and I was wondering if it's possible to dynamically add child nodes using Javascript ?

1 Answer 1

1

I don't think so. You'll probably have to use the Telerik Rad Ajax TreeView Control to do that. Generally if the control doesn't have "Ajax" in the name there isn't going to be much you can do with it in javascript, unless it's a standard html control.

Other option is to go completely client side with the treeview and use something like jQuery UI or YUI.

If you just want to update the tree without a postback you could use an Update Panel

1
  • Thanks for your reply, I ended up doing a custom control using ajax. Commented Oct 5, 2009 at 13:45

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.