print page number

Is there an easier way to make GridPrintDocument print page numbers apart from overriding the OnPrintPage method?


1 Reply

HA haneefm Syncfusion Team December 6, 2007 05:59 PM UTC

Hi Michael,

Thanks for your interest in Syncfusion Products.

This can be achieved by deriving the GridPrintDocument and overriding its OnPrintPage method. In the override, don't call the base class. Please refer the following Knowledge Base(KB) article link that helps in adding header and footer on each page.

http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=62

Best regards,
Haneef


Loader.
Up arrow icon