How to get rows to appear on only one page
Hello,
I am working with iTextSharp to export an ASP.NET GridView to a PDF. Everything works great, except I noticed that some rows are split between two pages (the first part at the bottom of the first page, the second part at the top of the next page). Is there anyway to tell it to place whole rows only on a page? Also, does anyone know if it's possible to reproduce the header row at the top of each page?
Regards,
Paul