Categories | Question details Back To List | ||
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"); |