Reputation: 1381
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.
Upvotes: 0
Views: 1258
Reputation: 9300
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
Upvotes: 1