rich text in a listview

0
A collegue requested a textbox where he can underline words and make words bold, so I imported the Rich Text from the marketplace.   Another listview reads that Rich Text and I get the following view: Is there a way to prevent the format from the text in listviews or what is the best way to avoid showing this in a listview? 
asked
2 answers
0

Hi Roel,

I think you used a datagrid in your example screenshot. When you use a listview you can add the rich text (rte) viewer widget to your list. This is not possible when you use a datagrid.

answered
1

If you want to display html text in a listview, you need to use a widget that can interpret html. Maybe you can set the same widget to read only mode or use the html snippet from the marketplace, for example.

answered