This is a migrated thread and some comments may be shown as answers.

[Solved] Make Load On Demand Nodes Reload...

1 Answer 182 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mark Richards
Top achievements
Rank 1
Mark Richards asked on 18 Jan 2008, 04:35 PM
The data I'm showing in the tree has new nodes added frequently so I'd like to make it so that the when a node is collapsed and expanded it reloads the node.  Is there a way I can tell it to always reload on expand?  I'm also doing alot of node expansion/collapsing through JS so I need it to work over there too.  I'm using ServerSideCallBack as the expand mode.

An even better solution would be to have it reload the node with out having to collapse it if possible... that would really only be usable from JS though.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 21 Jan 2008, 08:31 AM
Hello Mark Richards,

This would not be possible with the RadTreeView Classic edition.

You should better use RadTreeView Prometheus as it provides client-side API for adding/deleting nodes at the client-side as shown at:
Add / Remove / Disable at the client

You can use the proper client-side events to clear and add the nodes. Please review the RadTreeView's Client-side events section of the Help Manual

All the best,
Nick
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
Mark Richards
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or