0
votes

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.

enter image description here

1

1 Answers

1
votes

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