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

Kendo UI Treeview keyboard events

1 Answer 86 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 09 May 2013, 02:48 PM
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

Sort by
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!
Tags
TreeView
Asked by
George
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or