Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seth A. Savitsky on Sep 04, 2009 09:58
open dhtmlx forum
Page Icons in dhtmlxTreeGrid

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.
Answer posted by dhxSupport on Sep 07, 2009 01:55
To change leaf image in the treeGrid you can use:
treeGrid.cell(ROW_ID,CELL_INDEX).setImage(url);