简体   繁体   English

Kendo UI树复选框以角度检查和取消检查事件

[英]Kendo UI tree checkbox check and uncheck events in angular

I trying to find uncheck and check events for kendo ui tree with checkboxes. 我试图找到取消选中并检查带有复选框的kendo ui树的事件。 In the documentation it wasn't mentioned. 在文档中没有提到。

I could only find a check event, http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview 我只能找到一个检查事件, http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview

Please advise to implement kendo ui tree with checkboxes in angular that has check and uncheck events. 请建议使用带有检查和取消检查事件的角度的复选框来实现kendo ui树。

CheckBoxes have changed events rather than check/unchecked event. CheckBoxes更改了事件,而不是check / unchecked事件。

KendoUI has a " changed " and " check " event. KendoUI有一个“ changed ”和“ check ”事件。

Here is Kendo Dojo as well. 这也是剑道道场

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM