Row bacground for wide grid
Hi, *
Anyone knows how to make row background color to propagate beyond (originally) visible grid?
I have a grid for which sum of column widths is more then grid width, so it has horizontal scroll bar. I define grid style as
#objname {height:18.9em; font:menu larger; border: 2px inset; background: threedlightshadow; width:57em;}
.active-column-0 {width: 3em;}
[ snip other styles ]
.active-grid-row {border-bottom: 0.3em solid white; height: 1.5em; }
The part that is originally on the screen shows as I expect: light-grey bg with white separators between rows, but when I scroll right, the part that was hidden all has uniformly light-grey.
If I move background style attribute from general grid style to .active-grid-row style, then background ends on visible part, and the rest has uniformly white background.
This is in Mozilla FireFox (somehow I cannot make this particular page to display in IE, but this is probably because of dynamic data).
BTW, Alex, I know you heard this many times, but can't resist: _great product_!
Anyone knows how to make row background color to propagate beyond (originally) visible grid?
I have a grid for which sum of column widths is more then grid width, so it has horizontal scroll bar. I define grid style as
#objname {height:18.9em; font:menu larger; border: 2px inset; background: threedlightshadow; width:57em;}
.active-column-0 {width: 3em;}
[ snip other styles ]
.active-grid-row {border-bottom: 0.3em solid white; height: 1.5em; }
The part that is originally on the screen shows as I expect: light-grey bg with white separators between rows, but when I scroll right, the part that was hidden all has uniformly light-grey.
If I move background style attribute from general grid style to .active-grid-row style, then background ends on visible part, and the rest has uniformly white background.
This is in Mozilla FireFox (somehow I cannot make this particular page to display in IE, but this is probably because of dynamic data).
BTW, Alex, I know you heard this many times, but can't resist: _great product_!
Alexandre (Alex) Peshansky
October 29,