Datagrid header color

Kelly Burgess kellyb at montana.com
Mon Feb 10 08:09:45 UTC 2025


Hi Martin,

>I have a datagrid object with its header enable. It defaults its color to blue. Is there a property to reassign this color?

There is a $columnheadercolor property that you can set for each column per $currentcolumn, so maybe

For col from 1 to dgRef.$designcols
  Do dgRef.$currentcolumn.$assign(col)
  Do dgRef.$columnheadercolor.$assign(hdrColor)
End for

Kelly


More information about the omnisdev-en mailing list