How to enable or disable checkcolumn checkboxes?
In the Tree Grid example :
http://docs.sencha.com/ext-js/4-0/#!.../treegrid.html
I have modify the example in the above link and added one more column of xtype 'checkcolumn'.
Now my requirement is as follows :
1. If the checkbox corresponding to parent folder ( Project: Shopping in the above example ) is checked then
the checkboxes for all their children will be enable.
2. And if the checkbox of the parent folder is unchecked then the checkboxes for all the children will be disable.
If anybody has any idea then please share it. It is very urgent. Thanks in advance:)
I found 1 solution and ii works for me
Here is the link http://stackoverflow.com/questions/1...based-on-value.
It can be managed by using css and by overriding the function processevent.... for more detail plz visit this link
Thanks!!