I want to prevent click or select event on some treelist node so user can not click or select that particular node. I have tried disabled property but it's not working in modern and I'm using version 7.1 of ExtJs.
All is my root node and I want to prevent click or select on the red text node.

Add an
itemclicklistener (see here) to theExt.list.Tree, and returnfalseto prevent expand and select for a particular item: