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 ?
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.
is there an update on this?
I would like to have a page break before every group.
And can you see a way to ensure each group is printed on 1 page, e.g. if group 1,2 fit together on 1 page, but group 3 would be half on page 1 and half on page 2, to "insert"a page break after group 2, so group 3 is then printed on page 2.
Any help is appreiated,
Dennis
Hi Dennis,
No, nothing has changed regarding this functionality. You should Submit a feature request to Infragistics. The more a feature is requested, the more likely it is to be implemented in a future release.
There is no way to insert a page break into the printout as far as I know.