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
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.