tags:

views:

162

answers:

2

i use Devexpress 8.1 and i can't change font color of the gridview but i just want to change font color in the same row

Grup Adı    Kullanıcı Adı    Şifre

kitap       aykut            12345
**bilgi       kemal            67890**
defter      ayşe             15888

i mean I want to change the color of the text in bold

A: 

You should handle the RowCellStyle event.

SLaks
A: 

Please refer to the following topic in our documentation:

http://documentation.devexpress.com/#WindowsForms/CustomDocument758

It explains how to customize the XtraGrid's appearance.

DevExpress Team