What is the simpliest way to set the foreground color and

background color of each column header? Thanks.

1 Reply

AD Administrator Syncfusion Team September 25, 2003 06:41 PM UTC

GridStyleInfo header = model.BaseStylesMap["Header"].StyleInfo; header.Themed = false; header.TextColor = xxx; header.BackColor = xxx; Stefan

Loader.
Up arrow icon