This is a migrated thread and some comments may be shown as answers.

Export Method for RadGridView: Stop Working - Missing pages

3 Answers 77 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Flavio
Top achievements
Rank 1
Flavio asked on 28 Mar 2016, 02:40 PM

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

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 29 Mar 2016, 05:34 AM
Hello Flavio,

Thank you for writing.

Firstly, I would like to note that GridViewSpreadExport utilizes our RadSpreadProcessing libraries to export the contents of RadGridView to , , pdf and txt formats.

As to the printing functionality, following the provided information, I was unable to reproduce the issue you are facing. I have attached my sample project. Could you please specify the exact steps how to reproduce the problem? Thus, we would be able to investigate the precise case and assist you further. Thank you.

I am looking forward to your reply.

 Regards,
Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Flavio
Top achievements
Rank 1
answered on 29 Mar 2016, 12:05 PM

Hello Dess,

The project that you sent me was exactly where we found the problem.

I tested it using Telerik 2015.2.728.40 and it was OK!

so I tried using 2016.1.216.20 was NOT OK.

I am sending some print´s of the situation that I told you,

Grid goes until to record number 1.999 and the Print Preview goes just to 1.975

 

See the situation right there?

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 31 Mar 2016, 11:22 AM
Hello Flavio,

Thank you for writing back. 

I have logged it in our feedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to set RadGridView.AutoSizeRows property true when printing.

I hope this information helps. If you have any additional questions, please let me know.

Regards,
Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Flavio
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Flavio
Top achievements
Rank 1
Share this question
or