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

insert list in mail merge

1 Answer 48 Views
RichTextEditor
This is a migrated thread and some comments may be shown as answers.
Guillermo
Top achievements
Rank 1
Guillermo asked on 23 Dec 2020, 08:44 AM

Good morning, I would like to know how you can combine an object that contains a list inside it and be able to pass it to a list in the document. This is my class to combine:

public class Customer

{
        public string Name{ get; set; }

        public int Age{ get; set; }

        public string PaymentDate{ get; set; }
       
        public ObservableCollection<string> ChildrenName{ get; set; }

}

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 24 Dec 2020, 08:37 AM

Hi Guillermo,

I am sorry to hear you are experiencing issues due to a currently not supported functionality. A nested mail merge is currently not supported by the RichTextEditor. I logged an item on your behalf to provide such support: RadRichTextEditor: Add support for nested mail merge. You cast your vote for the implementation as well as subscribe to the task by clicking the Follow button so you can receive updates when its status changes.

In appreciation for bringing this to our attention, I updated your Telerik points.

Until this feature is developed, I would suggest checking the provided in the public item workaround.

I hope you find this information helpful. Do not hesitate to contact us if any additional questions arise.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
RichTextEditor
Asked by
Guillermo
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or