Hide a cell in grid type img

HI! How can i set an attribute Hidden or not visible in A CELL (type img) grid?? I need to hide the image of a cell.



No need to hide the entire column or row, only a CELL how can i do it? Help me.



THANKS!


Hello,


you can replace the image with blank image. Using setValue method:


grid.cells(id,index).setValue(“blank.gif”);