Show plus sign on a dhtmlXGridObject of column type tree

hi,

is there a way to show the plus sign even if there’s no loaded children on that row yet?

i want to load the children on: grid.attachEvent(“onOpenEnd”, function);

but i need the plus sign image to trigger this event.

thanks

You should implement dynamic loading of sub items. Please check tutorial here docs.dhtmlx.com/doku.php?id=dhtm … n_treegrid

there’s no way to simply enable the plus sign image, via the dhtmlXGridObject object?

this_h2.?

thanks