I've had to set EnableEmbeddedBaseStylesheet to false in order to reduce the size of the rows in RadGrid, as we needed to conserve screen space.
This is my applied CSS change.
This page also contains a TabStrip which loads different ASCS controls and I have discovered that when I change any of these tabs the RadGrid reverts back to it's previous appearance, as if EnableEmbeddedBaseStylesheet had been set back to true.
I have so far been unable to find a work around for this bug, help would be appreciated.
This is my applied CSS change.
.RadGrid_Black .rgRow td,
.RadGrid_Black .rgAltRow td,
.RadGrid_Black .rgEditRow td,
.RadGrid_Black .rgFooter td
{
border-style
:
solid
;
border-width
:
0
0
1px
0
;
line-height
:
15px
;
height
:
15px
;
font-size
:
12px
;
}
This page also contains a TabStrip which loads different ASCS controls and I have discovered that when I change any of these tabs the RadGrid reverts back to it's previous appearance, as if EnableEmbeddedBaseStylesheet had been set back to true.
I have so far been unable to find a work around for this bug, help would be appreciated.