I want to change the GridHeader style (mostly the background color) for Detail Tables in a grid.
I tried changing the following in the Grid.Abc.css but it didn't work.
.DetailTable_Abc .GridHeader_Abc,
.DetailTable_Abc .ResizeHeader_Abc,
{
... stuff in here
}
I know that it is using this css file because it is picking up other styles (like .DetailTable_Abc caption).
Is there some other way to do this? I would prefer a method that uses my custom skin.
Note: I tried using a localized approach and setting the Header background color on the Detail table but it doesn't just set the color - I also lose all of the other .GridHeader_Abc style settings.
I tried changing the following in the Grid.Abc.css but it didn't work.
.DetailTable_Abc .GridHeader_Abc,
.DetailTable_Abc .ResizeHeader_Abc,
{
... stuff in here
}
I know that it is using this css file because it is picking up other styles (like .DetailTable_Abc caption).
Is there some other way to do this? I would prefer a method that uses my custom skin.
Note: I tried using a localized approach and setting the Header background color on the Detail table but it doesn't just set the color - I also lose all of the other .GridHeader_Abc style settings.