Rank: Advanced Member Groups: Member
Joined: 8/24/2007 Posts: 130
|
Hi,
I am using a grid which has horizontal and vertical grid lines set. I have a column that uses the StyleField to control whether or not an image is to be visible within each cell. I use the following css instruction to prevent display of the image:
.noDisplay {visibility:hidden;}
This is working fine in IE, but I am finding that in Firefox, the grid lines for any cell set as hidded are lost. The same thing happens if I use the command display:none.
Please advise Phil
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, I don't think you can show/hide a cell. You will have to show/hide the cell content. You can either clear out all cells on the server side, or use a child selector like this: http://www.essentialobjects.com/forum/postst3177_Grid-checkbox-column-I-need-to-disable-checkbox-on-one-cell.aspxThanks!
|
Rank: Advanced Member Groups: Member
Joined: 8/24/2007 Posts: 130
|
That's fixed it. Thanks
|