EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: vinod on October 25, 2012, 02:38:41 AM



Title: Remove the Checkall functionality of combotree
Post by: vinod on October 25, 2012, 02:38:41 AM
I need help in disabling the checkall feature. Can someone please help me in that.
Actually my requirement is that Whenever the user will check or select the parent node then all its child node should not be checked or selected.

Only the checked Element or node will be marked as selected not the others like its child nodes.


Title: Re: Remove the Checkall functionality of combotree
Post by: stworthy on October 25, 2012, 06:19:00 AM
Please set the 'cascadeCheck' property to false.


Title: Re: Remove the Checkall functionality of combotree
Post by: vinod on October 25, 2012, 06:40:32 AM
Thank You for the Help !