Hi
I have a grid with img type column, in this column i want part of the cells to be with image and part to be empty. How could i make an empty img type cell.
i am using this method to set value : this.mygrid.cells(id,2).setValue(img);
Thanks,
Hi
I have a grid with img type column, in this column i want part of the cells to be with image and part to be empty. How could i make an empty img type cell.
i am using this method to set value : this.mygrid.cells(id,2).setValue(img);
Thanks,
Hi, vrx,
my solution is to create a transparent png image. If you hope show nothing, then use this image.
Also you may try to set the type of needed cells to “ro”
using setCellExcellType() method:
docs.dhtmlx.com/doku.php?id=dhtm … excelltype
or right in xml: