3.2.0

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)
April 26,
Awesome, I've been waiting for this! Thanks, Alex.
Mark
April 26,
Alex, thanks for the solution, but this seems not workign with firefox. Any clues?
Sunny
December 29,

This topic is archived.

See also:


Back to support forum