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

[Solved] Printing My grid

1 Answer 138 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.
Zied
Top achievements
Rank 1
Zied asked on 20 Jan 2014, 11:14 AM
Hello, is there any way that i can lunch a print task on my RadDataGrid ??
i used a code example from internet but it returns to me only the 20 first rows 
any ideas or examples please ??
Thanks :)

1 Answer, 1 is accepted

Sort by
0
Rosy Topchiyska
Telerik team
answered on 22 Jan 2014, 01:49 PM
Hello Zied,

Thank you for the question.

Unfortunately, we do not provide a built-in mechanism for printing the whole list of RadDataGrid items. However, I can suggest a possible solution: add a RadDataGrid to a Panel element (e. g. Canvas), that provides enough space for the grid to show its full content, hide the container and set its IsHitTestVisible to False. Then you can use this invisible container in the print contract.

Please, give it a try and tell us if this works.

Regards,
Rositsa Topchiyska
Telerik

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Grid for XAML
Asked by
Zied
Top achievements
Rank 1
Answers by
Rosy Topchiyska
Telerik team
Share this question
or