Hello,
You can use the following code:
Regards,
Bozhidar
Telerik
You can use the following code:
function
onClientNodeClicking(sender, args) {
args.get_node().set_selected(
true
);
args.set_cancel(
true
);
}
Regards,
Bozhidar
Telerik
See What's Next in App Development. Register for TelerikNEXT.