Datagrid Spans Multiple Pages - Need to Print

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

In an ASP.NET page I have a fairly lengthy datagrid that I need to print.
Problem is that when I print sometimes the last row on that page gets cut
half way through. Is there a way to print a datagrid that spans multiple
pages? Ideally I'd also like to maintain the header on each page, but would
settle with just the content not getting cut. The datagrid can range in
size (dynamic). Any examples of doing this?

Thanks a lot.
 
Jay,
Sorry I didn't see your post sooner. I have written a PrintGrid component.
It will produce a Crystal report of any web datagrid along with headings.
You simply pass the grid to my printgrid function and it produces a .PDF on
the client where they can do whatever they want with it. I have an example
of it on my website.

Gary Blakely
DeanBlakely & Assoc.
www.deanblakely.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top