:: Forum >>

Fix - grid does not scroll inside <table> with 100% size

There is a problem with 2.0 release in both IE and Firefox - if you put the grid inside html table cell and set the grid size to 100% of the parent then scroll does not work properly. The scrolled area quickly returns back to 0 position (and the data may disappear as well).

This problem can be corrected adding the following CSS rules (at the end of aw.css) -

.aw-ie .aw-bars-content {
    padding-bottom: 50px;
}


.aw-gecko .aw-grid-box {
    min-width: 150px;
}
Alex (ActiveWidgets)
Wednesday, April 26, 2006
Awesome, I've been waiting for this! Thanks, Alex.
Mark
Wednesday, April 26, 2006
Alex, thanks for the solution, but this seems not workign with firefox. Any clues?
Sunny
Friday, December 29, 2006

This topic is archived.


Back to support forum

Forum search