Hi,
I am trying to get a print preview of a RadRichTextBox as follows:
I dont get any exceptions, but nothing happens.
A thread in the Silverlight forum says I have to refrence Telerik.Windows.Document and Telerik.Windows.Documents.FormatProviders.Html, but the problem is still present.
Any help would be highly appreciated
Best Regards,
Matthias
                                I am trying to get a print preview of a RadRichTextBox as follows:
RadRichTextBox tb = new RadRichTextBox(); tb.Document = CreateCodeBehindDocumentWithTable(); // <- from demo project, inserts some stuff tb.PrintPreview();I dont get any exceptions, but nothing happens.
A thread in the Silverlight forum says I have to refrence Telerik.Windows.Document and Telerik.Windows.Documents.FormatProviders.Html, but the problem is still present.
Any help would be highly appreciated
Best Regards,
Matthias
