I want to make only specified letter bold on my ASPxGridView. For example: only “Re” letters will be bold and the others are normal on the whole grid view cells.

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 can accomplish this task by handling the ASPxGridView.CustomColumnDisplayText event.
I have found a solution in the DX knowledge base:
http://www.devexpress.com/issue=Q337393
http://www.devexpress.com/example=E2408