I am having the Xtragrid showing the datatable details. In the datatable I am having html text in one column. I want to show html Text for that column. Any one please help
Share
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.
You should set the column’s
ColumnEditproperty to an instance of theRepositoryItemRichTextEditclass. Set theRepositoryItemRichTextEdit.DocumentFormatproperty toDevExpress.XtraRichEdit.DocumentFormat.Html.This should allow you to achieve the required behavior.