:: Forum >>
setHeaderHeight - causes content overlap?
I've just encountered a problem in my evaluation version (on ffx 1.5, WinXP).
My grid looks good, but I've got long header names. So I'd like them to wrap. When I tried to do:
myGrid.setHeaderHeight("40px");
I get some strange behavior: My vertical scrollbar goes away (disabled - no scrolling handles) and the first row overlaps the header. So the First row's text is on top of my header text, and I cannot scroll.
help(?)
A broader question: is this the correct method to have wrapped headers? I tried putting break tags in the header text, but that had odd results too.
thanks.
PR
Friday, March 31, 2006
Alex (ActiveWidgets)
Friday, March 31, 2006
thanks for the reply.
I've used your bit of code
myGrid.setHeaderHeight(40);
and the text no longer overlaps the header, but...
my scrollbar is still gone (!).
PR
Friday, March 31, 2006
To add to the strangeness, if I use a strict doctype and add the following CSS:
.aw-grid-row {border-bottom: 1px solid threedlightshadow;}
The scrollbar appears. (I have to do both things, either one alone has no effect)
But... the scrollbar doesn't really work. If I use the scroll arrows, it'll work, but If I drag the scrollbar down half way (400+ rows) the data never refreshes.
PR
Friday, March 31, 2006
Alex (ActiveWidgets)
Friday, March 31, 2006
This topic is archived.
Back to support forum
Forum search