All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
<
telerik:RadDropDownTree
ID
=
"RadDropDownTree"
runat
"server"
DataSourceID
"SqlDataSource1"
DataFieldID
"id"
DataFieldParentID
"parentid"
DataTextField
"text"
CheckBoxes
"SingleCheck"
OnClientEntryAdded
"OnClientEntryAdded1"
>
</
<script type=
"text/javascript"
function
OnClientEntryAdded1(sender, args) {
alert(
"Fired"
);
}
</script>