Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 84751

RadPrintDocument / Print / PrintPreview

$
0
0

Jeff

Alternatively if the view definition is a TableViewDefinition, yet the first page could fit multiple groups on it then try changing the following line:

                if ((traverser.Current is GridViewGroupRowInfo) && pageNumber > 1 && !firstRow)

to 

                if ((traverser.Current is GridViewGroupRowInfo) && pageNumber >= 1 && !firstRow)

Cheers

Phil


Viewing all articles
Browse latest Browse all 84751

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>