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

[Solved] RadGridView PDF Export - Pagination Settings

1 Answer 249 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Calvin
Top achievements
Rank 1
Calvin asked on 03 Aug 2011, 12:14 AM
Is there a setting to include column headers on each horizontal page?  

Is it possible to split the GridView content into multiple vertical pages or must all columns be included in a single (vertical) PDF page?

If vertical pagination is possible, is it possible to include row headers on each horizontal page?  

This functionality is similar to what is provided by Excel on the Sheet tab of the Page Setup dialog where there are options for "Rows to repeat at the top:" and "Columns to repeat at left:".

Is it possible to pass the background color of a cell in the GridView to the corresponding cell in the PDF document (conditional formatting)?  

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 08 Aug 2011, 08:01 AM
Hello,

 The grid export (and print) to PDF is using direct creation of RadDocument from the grid Items collection. You can check the demo code here:
http://demos.telerik.com/silverlight/#GridView/PrintAndExportWithRadDocument

Since this is not a built-in feature you have full access to the entire code and you can modify it to fit your needs. 

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
GridView
Asked by
Calvin
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or