Hi Rahman,
RadRichTextBox's native document - RadDocument, is built as flow document. The control only supports vertical pagination and we have no plans for horizontal pagination. You could try to work around the clipping of content with one of the following approaches:
- Set the orientation of the document to landscape and the page size to a large size.
- Measure the columns of the RadGridView in your application and create separate tables from small sets of columns. What you should be aware in this regard is that RadDocument's model does not allow consecutive tables, so you should make sure to add at least one empty paragraph between them.
Additionally, I want to mention that we are currently considering exposing printing functionality for the
RadSpreadsheet control which will allow splitting the document horizontally. Worksheets are not flow documents, so they can be paginated both vertically and horizontally. We will do our best to implement the functionality for the Q1 2014 release.
Let us know if you have other comments or questions.
Regards,
Petya
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application.
Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>