I have used ckeditor in my application which enables the user to store the data in db in form of tags like
br>
bold
i>
etc but i want the data to be populated in the datagrid should be a plain text irrespective of any styles.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at Html to Text Converter, but if you need to display plain text then why allow user to add html content.
Below is also a way to do this:-