Hello everyone,
I've noticed some strange things about the DojoGrid I'm using when it contains over 25 rows. This particular grid includes a behavior which aligns all the content to the right-hand side of the cells. I've noticed the following happening when printing:
RBD Preview - renders correctly, prints with a gap of about 3 rows after the 25th row
IE8 - after the 25th row the behavior gets ignored and everything gets rendered aligned to the left, prints with a gap of about 3 rows after the 25th row
FF3 - renders correctly, prints with a gap of about 3 rows after the 25th row
Chrome - renders correctly, prints correctly
Initial investigation led me to believe that it might have to do something with the issue touched upon in Re: Scrolling Dojo Grid - adding behaviors? which also led me to Flip this Grid -- Adding sorting, pagination, alignment, scrollbars, selection, remote data providers, column resizing, and formatting to super-fast Grids.. Unfortunately the domain eglplanner.com seems to be down so I can't access the experimental grid to see whether it would solve my problem.
Other searches led me to believe it might have something to do with the "rowsPerPage" variable of DojoGrid, though I'm unsure whether that's actually implemented in the EGL port of the widgets.
Does anyone know what's going on here and how I can best handle this? My thanks for any hints or information you could give.
SystemAdmin