I am having a treepanel and loading tree nodes through loader. While rendering tree nodes, I am assigning default style to each and every tree nodes. Now, I want to change the background color dynamically of another tree nodes on click on a treenode.

How can I do that?

Please help.