I have a treeview which has a few nodes disabled. Now the problem is the disbaled nodes could not be collapsed. The full node ia disabled. I want the node text to be disabled however they should be collapsable.
By default, the disabled nodes cannot be selected, expanded and collapsed.
But we can achieve the functionality by adding additional CSS class ("rtDisabled") to its parentElement, which will give the node
a "disabled" look.