Is there any way to control the size of the PrintPreview dialog when it comes up?
I find that its default size is quite small and I always have to manually make it bigger to actually see what is displaying.
Thanks.
2 Answers, 1 is accepted
0
Accepted
Ivan Todorov
Telerik team
answered on 10 Jul 2012, 11:42 AM
Hi John,
Thank you for your question.
To achieve this, you need to create and associate to your scheduler a new RadPrintDocument instance either programatically or by dragging it from the toolbox. After that you can instantiate a RadPrintPreviewDialog and modify it as needed. The following code snippet demonstrates this: