Markup text area in a templategrid

4
I have a template grid displaying a textarea with a product description. The product description on the ProductNewEdit form is entered in a textarea with enters (e.g)., these enters do not show up on the template grid. So a text in the product description: abc def shows up as : abcdef in the textarea of the template grid. How can I make sure that the text is displayed as it is entered in the Product_NewEdit form?
asked
2 answers
2

For the best result you can use the Rich Text viewer. You can download this widget from our App Store if you use 2.5-beta.

answered
1

In addition to Johan's answer: the property 'No rich text' needs to be set to true, in order to achieve the desired behavior.

answered