I used RadPrindPreview for RadPrintDocument associated to a RadGridView to export data,
but in Version 2015.2.728.40 it worked fine
but the new Version 2016, some final pages are missing.
I tested with using radgridview1.DataSource = list, using SummaryItem and without,
every time it prints the pages, but some pages are missing.
Example:
RadPrintPreviewDialog dialog = new RadPrintPreviewDialog();
dialog.Document = this.radPrintDocument1;
dialog.ShowDialog();
Printing 20 pages, it just show 19;
Printing 1000 pages, it just show 96;
Did this "RadPrintDocument" and "RadPrintPreviewDialog ", suffer any changes?
Are there any changes