PDA

View Full Version : How to remove folder icon in tree grid



pk.hafeez
3 Jan 2012, 11:57 PM
How to remove folder icon in tree grid. All the hierarchy should display only names.

Ersmarker
4 Jan 2012, 12:17 AM
You can use
tree.getStyle().setNodeCloseIcon(AbstractImagePrototype)
tree.getStyle().setNodeOpenIcon(AbstractImagePrototype)
to set the folder icon. Null will remvoe the icon

pk.hafeez
4 Jan 2012, 3:41 AM
Thanks ! That works !