AlivePDF icon indicating copy to clipboard operation
AlivePDF copied to clipboard

2 rows of grid are cutoff between pages

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. print a grid with a lot of data using addGrid

What is the expected output? What do you see instead?

It should know when to move to the next page (ie. paginate) without cutting out 
data. Instead, 2 rows are omitted. On some pages you can't even tell there are 
2 records missing between pages unless you compare the pdf output to the grid 
inside the app, but sometimes you can see the very top edge of one of the two 
rows, so it is definitely cutting them out. The calculation of actual page real 
estate available must be incorrect if it thinks it still has room for 2 more 
rows when it runs out of space on the respective page...?

What version of the product are you using? On what operating system?
0.1.5 - got the latest version from the repository about a week ago.


Please provide any additional information below.

I need to fix the ASAP, so even if you could point me in the right direction, 
it would be greatly appreciated! Thanks for everything you put into this!!! It 
has truly been a lifesaver so far.

Warm Regards,
Dan Orlando

Original issue reported on code.google.com by [email protected] on 30 Dec 2010 at 8:21

Attachments:

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter