PDA

Click to See Complete Forum and Search --> : Can I Change A Single Columns Backcolour In A Datagrid?


JonnyCab
Nov 1st, 2000, 03:58 PM
Hi all,

Have a datagrid with one column that can be edited. Can I Highlight this column by making it's background colour different from the rest of the grid? If not... any other ideas?

Cheers Jonny

AdrianH
Nov 1st, 2000, 06:19 PM
I'm not positive about this, but I don't think that the DBGrid supports column backcolor type of operation. You may need to investigate the True DBGrid from Apex Software.

Adrian.

Orpheus
Nov 2nd, 2000, 10:47 AM
You may also wish to consider using the FlexiGrid cntrol which allows you to select the background color of individual cells using .CellBackColor as well as various column based selections: .BackColor, .BackColorBkg, .BackColorFixed, and .BackColorSel

All information required to acheive this is available in the help files.

JonnyCab
Nov 2nd, 2000, 06:00 PM
Cheers, I'll check it out.