Hi,
when I try to print a grid, sometimes this message appears:
In case the message appears, e.g. only 7 of 9 pages are printed.
When I change the Header height from e.g. 50 to 40 or 60, or decrease the size of the font, it sometimes works normally again. After a few days, when the data of the grid changed, the error appears again.
I can't catch or hide this messagebox, no exception appears.
I set these attributes of ultraGridPrintDocument:
This is the grid I want to print:
This is the printed grid, where the last 2 pages are not generated:
The header text is the same on every page.
Please help me.
Best regards
This error message indicates that a set of column headers in the grid is taller than the height of the printed page and that the grid therefore cannot print it.
That does not appear to be the case based on the screen shot you have here, though. So it sounds like this message is coming up in error.
Unfortunately, there's very little we can do to fix this unless we can duplicate it. Is it possible for you to create a sample project demonstrating this error so we can run it and take a look?
it would be much work to build a sample project to reproduce the error.
This time i changed the height of the header from 60 to 50 to get it working. I think I'll keep changing this value every time this error appears again.
Regards