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
"Jay" <msnews.microsoft.com> wrote in message
news:...
> 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.
>
>