Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
WinGrid print page numbers
posted

How can i include pagination in my wingrid prints.

 

-adrian

Parents
No Data
Reply
  • 469350
    Offline posted

     
            private void ultraGrid1_InitializePrint(object sender, CancelablePrintEventArgs e)
            {
                e.DefaultLogicalPageLayoutInfo.PageFooter = "Page <#>.";
            }

Children