I'm using the Vista skin for my RadGrid, but I would like to be able to change the background color for the, what I thought, CommandItem row.
When I change the background on the CommandItemStyle in my ascx file, only the bottom 10px or so change the background color in the command row. Setting the Skin=" ", which should reset the RadGrid's skin to nothing and give me a clean slate doesn't make a difference either.
I know I can achieve this by using the CommandItemTemplate, but that also requires me to add the menu items that are otherwise already there (like "Add New Record" or "Refresh").
Is there a way to have this background color be pulled from a CSS so that all my RadGrids look the same?
Do I have to customize the Vista skin and change it in there somehow and create my own custom skin?
I just feel like I'm making it too complicated at this point, but maybe there really isn't an "easy" way to accomplish what I'm going for.
When I change the background on the CommandItemStyle in my ascx file, only the bottom 10px or so change the background color in the command row. Setting the Skin=" ", which should reset the RadGrid's skin to nothing and give me a clean slate doesn't make a difference either.
I know I can achieve this by using the CommandItemTemplate, but that also requires me to add the menu items that are otherwise already there (like "Add New Record" or "Refresh").
Is there a way to have this background color be pulled from a CSS so that all my RadGrids look the same?
Do I have to customize the Vista skin and change it in there somehow and create my own custom skin?
I just feel like I'm making it too complicated at this point, but maybe there really isn't an "easy" way to accomplish what I'm going for.