Rank: Newbie Groups: Member
Joined: 1/14/2009 Posts: 9
|
Hello everybady,
Simple question.. How can I refresh a treeView on client side???.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, It depends on what you really want to do. If you wish to update a single TreeNode, you can use our client side JavaScript interface: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxIf you wish to update the whole TreeView, you will have to go to the server side. You can put the TreeView inside a CallbackPanel control and then either use a trigger control or use JavaScript to trigger the callback though. You can find more information about the CallbackPanel control here: http://doc.essentialobjects.com/library/1/callback/overview.aspxHope this helps. Thanks!
|