Hi HoHo,
In this case, you can use jQuery to add click event on CheckAll element of the RadDropDownTree:
Regards,
Aneliya Petkova
Telerik
In this case, you can use jQuery to add click event on CheckAll element of the RadDropDownTree:
function
pageLoad() {
$telerik.$(
".rddtCheckAll"
).on(
"click"
,
function
(e) {
debugger;
//Add your code here
});
}
Regards,
Aneliya Petkova
Telerik
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 Feedback Portal
and vote to affect the priority of the items