开发者

Disable datagrid header rollover color and selection color

开发者 https://www.devze.com 2023-01-08 03:43 出处:网络
How can I remove these two colors from the header? I could override rollover for开发者_StackOverflow中文版 the columns and leave the selection, but I want to remove these two effects from the header.O

How can I remove these two colors from the header? I could override rollover for开发者_StackOverflow中文版 the columns and leave the selection, but I want to remove these two effects from the header.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消