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
20
Print UltraGridPrintDocument with page break
posted

Hello,

I have a UltraWinGrid, and I want to print it with a UltraGridPrintDocument.

But I want to use Page break for each Grid's Groups.

Is it possible to use Page break with printing a UltraWinGrid into a UltraGridPrintDocument ?

Parents
  • 469350
    Verified Answer
    Offline posted

     No, I don't beleive this is currently possible. You might be able to do multiple print jobs by hiding all the rows except for the ones in a particular group, print the grid, then hide everything except for the second group, print that, etc. 

Reply Children