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
Printable View
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
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.
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.
Cheers, I'll check it out.