Hi..
Iam using TreeGrid. I have only one column like Name in TreeGrid. i added user icons
Using below code.
treeGrid.setNodeIcon("/images/Group_Menu.png");
treeGrid.setFolderIcon("/images/Group_Menu.png");
Before the user icons and after the "+ or -" symbols i want to add one more image button with handler.
Is there any possibility to achieve this.
Please find the below ScreenShot.
Iam using TreeGrid. I have only one column like Name in TreeGrid. i added user icons
Using below code.
treeGrid.setNodeIcon("/images/Group_Menu.png");
treeGrid.setFolderIcon("/images/Group_Menu.png");
Before the user icons and after the "+ or -" symbols i want to add one more image button with handler.
Is there any possibility to achieve this.
Please find the below ScreenShot.
Comment