Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Skud on Aug 06, 2009 03:36
open dhtmlx forum
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!
Answer posted by Alex (support) on Aug 07, 2009 03:18

Hello, 

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

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