DHTMLXGRID the default icon for Tree datatype

Hi



When i create a tree datatype for a column im getting a default icon like a empty page for it . Is it possible to remove it if so kindly let me know how



thanks Krishna

The icon can’t be fully removed, but while creating new row, you specified the image as one of params, you can use any blank image instead, which will not be visible.
    grid.addRow(new_id,text,ind,parent_id,img);