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

RadTreeNode CheckBox Element

1 Answer 49 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Trasto
Top achievements
Rank 1
Trasto asked on 06 Oct 2011, 08:32 PM
Hi all,

I'm implementing a user control which uses a radtreeview as filter, I need to have access to the checkbox element of each radtreenode in order to attach an onclick=Function(param1,param2..). The "OnClientNodeChecked" event does not work for me because the user control has several other controls inside, which makes obtaining clientId's a bit tricky...I tried making a template with the checkboxes for the radTreeView, but that makes useless a lot of the javascript that handles checkbox behavior (like the get_checked()).

A bit like going through a client select column in a grid...and doing something with the check...

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 10 Oct 2011, 03:45 PM
Hi Andrés,

You may try to handle get_checkedNodes() and when and node has been checked and update your filter event. Here is a help topic that may be useful.

Hope this will be helpful.

Greetings,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
TreeView
Asked by
Trasto
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or