I am trying to create a Report output of the content of my grid and am getting unexpected results…
The bulk of the data is bound from a DataTable and grouped. There are also unbound ValueRows inserted into the Grid.HeaderRows and Grid.FooterRows collections, for example, we insert Report filtering criteria into ValueRow’s within the Grid.FooterRow.
When the report is printed (or previewed), the FooterRows do not wrap to a new page if they extend beyond the available space for the page on which they started.
Also, I tried adding a PageBreak to the first of these rows (I’ve tried both Before and After) and the result is that I get an extra blank page before the page with the FooterRows is printed.
I’ve updated to the latest version of Xceed.Grid and the problems persist.
Any ideas?
– Aaron.
Imported from legacy forums. Posted by AaronY (had 2494 views)