:: Forum >>

Grid row limitation

I have a question: why is there a limit on the number of rows? Looks like it is limited to 111,111 rows. Can you tell me why?

Thanks.
Daniel
Daniel
Wednesday, November 22, 2006
The height of the scrolling area is hardcoded to 2M pixels. You can increase it with

.aw-grid-view {
height: 5000000px; /* put the necessary height here */
}

Alex (ActiveWidgets)
Thursday, November 23, 2006
Thanks. It is working now.
Daniel
Thursday, November 23, 2006
.aw-grid-view {
height: 5000000px; /* put the necessary height here */
}

where is it? i cant find which file?
engin
Wednesday, March 21, 2007
/source/styles/common/grid.css line 61
Alex (ActiveWidgets)
Friday, March 23, 2007
You can search in css file aw.css.
Manik
Friday, August 10, 2007

This topic is archived.


Back to support forum

Forum search