Document template render XHTML on string attribute within data grid

0
Hi, I have a report application which uses the CKEditor viewer for Mendix to fill the report with free text. A pdf must be created from this report via document template. When I use a dataview I insert a dynamic label with a string attribute. From there I have the option to set the render XHTML option to true...no problem so far. I have also a data grid in the document template with a string attribute. However I do not have the option to set render XHTML to true. First of all:does anyone has a solution so, my string is shown correctly in the PDF. Second: why is it not possible to set the render XHTML to true? It's a string attribute.  
asked
2 answers
1

Hi Martijn,

I do not know why it is not possible, in this case you could consider using a template grid to show the string correctly.

answered
0

Hi Martijn,

 I have the same case of creating a pdf with rich text. I am using a data view also to display the text attribute in which my html content is saved. I have set the xhtml render to true but it's not rendering in pdf. for me could you tell me how this can be resolved? Attaching Screenshots.

forum3.png

forum2.png

answered