I am using aa ignite tree with checkbox (TriState). I have some business to make checkbox be disabled or enabled.
How can i do that?
Thanks,
Ngan
Hello,
In order to implement custom business logic, it will require to know the available collections and methods to be used when having checkboxes. You will find the corresponding checked nodes options and events described here:
http://www.igniteui.com/help/igtree-configure-checkboxes-and-selection Additional details regarding each one are included in the official API here:http://help.infragistics.com/jQuery/2015.1/ui.igtree
It is a general asking and yet you could consider using the following resources:-How to make the checkbox checked while loading igTree-ToggleCheckState
Hi Ivaylo,
I meant is there any way to disable a checkbox(btw, it is a parent node) in tree. I have a tree (2 levels) and there're some nodes should be disabled (not allow for user check the checkbox). Or can we apply a class/style for checkbox to make it disable (when user click checkbox, no event is fired)
It's like business to disable/enable a button. I couldn't found out an API or option to make a checkbox node disabled in tree.