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

RadRichTextBox Print Preview

1 Answer 104 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Dhaval patel
Top achievements
Rank 1
Dhaval patel asked on 29 Dec 2011, 02:26 PM
I haved created one rad document in which I want functionality of print preview using radRichTextBox

I have implemented the following
Dispatcher.BeginInvoke((Action)(() =>
 {
                        RadRichTextBox1.Document = document;
                    }));
 
                    t1.Dispose();
                    RadRichTextBox1.PrintPreview();

But its not working
So can you please guide me how it is possible for me to implement.

I really appreciate your any help. :):):)

Thanks

1 Answer, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 30 Dec 2011, 04:56 PM
Hi Dhaval,
Actually PrintPreview method is not implemented in WPF version of the control.(it's reserved for future use). You can easily implement such PrintPreview dialog using a window with RadRichTextBox in read-only mode.

All the best,
Boby
the Telerik team

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

Tags
Chart
Asked by
Dhaval patel
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or