Erdinç Özdemir
Erdinç Özdemir

Reputation: 1381

ASPxGridView cell font

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

Upvotes: 0

Views: 1258

Answers (1)

Mikhail
Mikhail

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

Related Questions