Hi,
I have requirement in which Tree consist of 2 Types of node object (Type '') in the Tree and these 2 types of node objects are repeated in tree.
e.g. Object in DataSource have field called 'Type' - (ValueMap - 'A', 'B').
For nodes with Type:'A' I want to show unique nodeIcon image to all nodes in the tree and node with Type: 'B', I want to show some other unique nodeIcon image.
How can I decide the nodeIcon Image depending on Type field of the node?
I have requirement in which Tree consist of 2 Types of node object (Type '') in the Tree and these 2 types of node objects are repeated in tree.
e.g. Object in DataSource have field called 'Type' - (ValueMap - 'A', 'B').
For nodes with Type:'A' I want to show unique nodeIcon image to all nodes in the tree and node with Type: 'B', I want to show some other unique nodeIcon image.
How can I decide the nodeIcon Image depending on Type field of the node?