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

Client-side expand() method

1 Answer 82 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 19 Mar 2008, 02:00 PM
Hello,

I have added NodeExpand event handler to my tree.
tree.NodeExpand += new RadTreeViewEventHandler(Tree_NodeExpand)

When I click on expand (+) button, then NodeExpand event is fired and Tree_NodeExpand method is performed.

But if I open node by calling expand() method at client side, then node is expanded but tree's NodeExpand event is not fired and event handler is not performed.

ExpandMode of my nodes is ServerSide and I work with RadAjaxManager and RadTreeView controls of Prometheus for ASP.NET.

How may I fix the problem?

Thanks,
Olga

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 21 Mar 2008, 04:49 PM
Hi Mushon Nachmias,

I tried to reproduce the problem, but to no avail. Are you using the Service Pack 2 release?

Can you paste here the markup and the related code?

Thanks  

All the best,
Veskoni
the Telerik team

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