3.2.0

Grid can not output more than 320 columns?

Can not possible?
ljm
July 29,
The total column width is limited by 32000px. So you can have 1000 columns 30px each.

It is possible to increase this limit -

.aw-grid-view,
.aw-grid-headers,
.aw-grid-footers,
.aw-grid-row {
    width: 100000px;
}


However it may break in older browsers (IE6)
Alex (ActiveWidgets)
July 31,
Great! thanks Alex.
ljm
August 1,

This topic is archived.

See also:


Back to support forum