Hi,
I am trying to get if there any new-line in the RadzenTextArea content and need to replace the new-line with "<br>" I have gone through all the possible blogs and didn't get a solution for the issue I am facing. It will be a great help if anyone can help me in this regard.
Thanks in advance.
Hi @niyazpk07,
Have you tried using the String.Replace method? You can check this stackoverflow question: .net - Replace Line Breaks in a String C# - Stack Overflow
Hi @korchev ,
I tried those, but no changes. That's the reason I thought of manipulating the content while getting from the component itself.
I am 100% sure those should work. I recommend debugging your code to see what's going on.