Work with icons in TreeGrid

Hi all,

I’ve got a treeGrid, but I would like to use a own set of icons :

  • Parent items have a “folder” icon
  • Child items don’t have one.

How could I make it possible ? I didn’t find it in samples or in documentation.

You can use cell@image attribute to define icons per item

<rows> <row id="some"> <cell image="folder.gif">...

Awesome !

Thanks to be so quickly