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

RadTreeView NodeCollapse does not fire

1 Answer 110 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jose
Top achievements
Rank 1
Jose asked on 21 Sep 2010, 10:40 PM
I'm having an issue with the NodeCollapse not firing on the server side for a RadTreeView.
It works fine for NodeClick and NodeExpand however the server never gets a NodeCollapse event.
The Node expand mode is set to TreeNodeExpandMode.ServerSideCallBack and I'm adding nodes to the tree on the NodeExpand event which is working fine.
I tried setting the Node.Postback to true but that doesn't seem to have made any difference.
Is there something obvious I'm missing?

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 24 Sep 2010, 04:36 PM
Hello Jose,

The OnNodeCollapse event won't fire for ExpandMode different form ServerSide. The reason is that in your case for ServerSideCallBack an asynchronous callback is fired.

Please take a look at this help topic for the different ExpandMode values.

All the best,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TreeView
Asked by
Jose
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or