seismael
seismael

Reputation: 227

Disable datagrid header rollover color and selection color

How can I remove these two colors from the header? I could override rollover for the columns and leave the selection, but I want to remove these two effects from the header.

Upvotes: 0

Views: 1446

Answers (1)

MickA
MickA

Reputation: 26

On the mx:DataGridColumn set sortable="false". This will disable the highlight rollover of the DataGrid header.

Upvotes: 1

Related Questions