hi,the ultraGrid has 6 columns, and in the InitializeRow event, the BackColor of cells in column 2 and 6 are set according to the cell value. (e.Row.Cells[1].Appearance.BackColor=...), but when the row is actived by mouse, the cell backound color is covered by the row backound color.In there any way to prevent the backcolor of cells in column 2 and 6 from being covered? please refer to the target purpose as shown in the following picture.
Thanks a lot.
When you set cell.Appearance, also set cell.ActiveAppearance and / or cell.SelectedAppearance.
Could somebody give me the reply?