As u can in the diagram main grid contain 2 row.
First band is for Number
Second band is for comment
In first row end user put comment “formatted comment with bold”
In second row end user put comment
“Formatted
Multi-line
Text”
Could you please suggest how we can achieve Html formatting and multiline text in second band?
Hi,
PFA of sample application.
please let me know if i miss anything.
Thanks :)
Hi ,
Can anyone please take a look on below concern.
Appreciate your help.
Hello,
Thank you for the provided sample.
Infragistics formatted text editors work with formatted text, on the following link you will find formatted tags that our editors support:
http://help.infragistics.com/Help/Doc/WinForms/2013.1/CLR4.0/html/WinFormattedLinkLabel_Formatting_Text_and_Hyperlinks.html
so in your sample what I could suggest you is to use FormattedTextEditor style of the column which you will display formatted text (as you done), and also using our formatted text requires ‘\r\n’ new line chars to be replaced with corresponding <br/> tag. I’ve modified your sample in order to demonstrate you this approach.
Please let me know if you have any further questions.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.