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

[Solved] Print Contract

1 Answer 53 Views
Grid for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
manuele
Top achievements
Rank 1
manuele asked on 30 Oct 2014, 10:12 AM
Hi, i would like to print my grid or generate a report with the data diplayed.

I'm trying to implement print contract, but print preview return only the first page.
How i can manage somenthing like RichTextBlockOverflow to print more pages?

Thank you

1 Answer, 1 is accepted

Sort by
0
Tsvyatko
Telerik team
answered on 04 Nov 2014, 12:26 PM
Hi manuele,

Currently RadDataGrid does not support printing pagination out of the box. Currently, the only print pagination is available with RichTextBox done through RichTextBlockOverflow. A possible approach could be to create new DataGrid for each page and scroll it to the desired offset. A good starting point for such solution can be this article using a workaround to print ItemsControl - http://blogs.u2u.be/diederik/post/2013/05/21/Printing-a-XAML-ItemsControl-from-a-Windows-8-Store-app.aspx

Regards,
Tsvyatko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid for XAML
Asked by
manuele
Top achievements
Rank 1
Answers by
Tsvyatko
Telerik team
Share this question
or