hi
I am applying a background color to all grid using this;
<style type="text/css">
.RadGridHeaderStyle
{
background-color:#5e9cd2 !important;
background-image:none !important;
font-weight:bold !important;
color:white !important;
}
</script>
The header background color work fine but the font color on some columns don't seems to apply. I realised that it is because the column is sortable and the color won't change to white. How should make the sortable header font color to white? Thanks