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) -
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,