Unplanned
Last Updated: 12 Jun 2017 11:01 by ADMIN
ADMIN
Boby
Created on: 12 Jun 2017 10:56
Category: RichTextBox
Type: Bug Report
2
RichTextBox: RadRichTextBox.MailMerge(bool) merge records on different pages when startEachRecordOnNewPage parameter is false
RadRichTextBox/RadDocumentEditor's MailMerge(bool) method doesn't respect the startEachRecordOnNewPage parameter. When the parameter is set to 'false', records are still merged on different pages, instead of on one.

Workaround: Use RadDocumentMerger to append the resultant documents:
http://docs.telerik.com/devtools/wpf/controls/radrichtextbox/features/merge-documents/append
0 comments