flex - AdvancedDataGrid - disable the header rollover and selection color -


I used a datagrid before and fixed the issue while overriding that issue, but now I have an advanced data grid And '

in your CSS file:

  AdvancedDataGrid {/ * or stylename that you are using for ADG * / / * * other styles / headerStyleName: "myHeaderStyle"; / * Other styles *.}. MyHeaderStyle {up-skin: embed (source = "myADGHeaderSkin.swf", symbol = "upskrine"); Hyper-skin: embed (source = "myADGHeaderSkin.swf", symbol = "upscin"); Selected skin: embed (source = "myADGHeaderSkin.swf", symbol = "upscin"); }  

In whatever situation you want to use the same skin as the skin up.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -