Is there any treeview (with checkboxes) event triggered when pressing the spacebar? The checkbox click/unclick triggers the
$("#treeview").on("change", function () {} but the spacebar doesn't (even though the checkboxes are automatically checked/unchecked when doing it)
Thanks
1 Answer, 1 is accepted
0
Alex Gyoshev
Telerik team
answered on 09 May 2013, 03:30 PM
Hello George,
The widgets do not initiate DOM events when changing their state. Nevertheless, the HierarchicalDataSource change event is triggered when the checked state of a node changes. Here is a jsBin sample that shows this in action.
Greetings,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!