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

[Solved] event on plus/minus icon clicked

1 Answer 192 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 07 Feb 2008, 02:32 PM
We need the same behavior on clicking the plus/minus icon as on clicking the node.

As an example:
on clicking the plus/minus icon we'd like to load the subnodes of the node on demand (this is working) and in the same step we have to open a list with products in another update panel (this is not working because no event is fired).

How can we do this?

Thanks
Tom

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 07 Feb 2008, 03:41 PM
Hi Tom,

The following events are fired when clicking the plus/minus images of the TreeNode:

  • OnClientNodeExpanding
  • OnClientNodeExpanded
  • OnClientNodeCollapsing
  • OnClientNodeCollapsed
Kind regards,
Paul
the Telerik team

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