Currently, I am facing an issue while attempting to display rich-content text from the server in a grid format without any HTML styling tags. Despite my efforts, I have been unable to successfully remove these tags by simply writing and reading the data from a hidden textarea element as shown below:
<textarea name="textarea" id="temp_desc" rows="10" cols="50" style="visibility: hidden"></textarea>
Upon further inspection, it seems that the HTML tags themselves are not being stripped away, leaving me stuck in this predicament. I would appreciate any suggestions or alternative methods to achieve the desired outcome without resorting to complex JavaScript or jQuery solutions.
Your assistance is greatly appreciated. Thank you.