I have a treegrid that I am developing which the users would like to have all icons indicating tree nodes removed, i.e. all of the leaf.gif. I found functions that seem to work for me to do this in the tree control but they don’t seem to work for the TreeGrid control. Any help or advice is appreciated.
To change leaf image in the treeGrid you can use:
treeGrid.cell(ROW_ID,CELL_INDEX).setImage(url);