1) Grid - AutoDeclaration - Yes
2) ColorScheme - или default или RGB - по вкусу.
3) на active datasource смотрите статус. И окрашиваете примерно так:
//RGB ctrlGrid.backgroundColor(WinAPI::RGB2int(232,240,255));
//Default
ctrlGrid.backgroundColor(19);
С Уважением,
Георгий
|