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

I can't active RadTreeView.NodeExpand

1 Answer 29 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
zong
Top achievements
Rank 1
zong asked on 25 Aug 2008, 02:27 AM
Hi:
    I write a sub on my page.aspx.vb:

Protected Sub RadTreeView_NodeExpand(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadTreeNodeEventArgs) Handles RadTreeView.NodeExpand
    'my program
End Sub

but when i run this page. when i expand any node but i can't     active RadTreeView_NodeExpand,expand handler does not execute.

why.please tell me

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 25 Aug 2008, 11:54 AM
Hello zong,

Can you please check if the parent nodes have ExpandMode property set to either ServerSideCallBack or ServerSide? This is mandatory for NodeExpand event to fire.


Greetings,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
zong
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or