Hi!
I have a problem displaying custom buttons for add and refresh in the CommandItem on the top of a grid. I set the ImageUrls like this:
<CommandItemSettings AddNewRecordImageUrl="Img/Buttons/add.gif" AddNewRecordText="My text" RefreshImageUrl="Img/Buttons/reload.png" RefreshText="" />
When using a standard skin like Office2007, this works fine, but when I try to do the same when using a custom skin, it just displays the standard images.
I've used the Office2007-skin as a base for my new skin, adding a few things to the custom css, but nothing that affects the CommandItem, but rather the regular GridRows. Do I have to edit and change the sprite-file for this to work? I thought that if I changed some parameters in the aspx-file it would use those settings ahead of those in the css-file?
Any ways to solve this issue?
Cheers,
Erlend Haukland
I have a problem displaying custom buttons for add and refresh in the CommandItem on the top of a grid. I set the ImageUrls like this:
<CommandItemSettings AddNewRecordImageUrl="Img/Buttons/add.gif" AddNewRecordText="My text" RefreshImageUrl="Img/Buttons/reload.png" RefreshText="" />
When using a standard skin like Office2007, this works fine, but when I try to do the same when using a custom skin, it just displays the standard images.
I've used the Office2007-skin as a base for my new skin, adding a few things to the custom css, but nothing that affects the CommandItem, but rather the regular GridRows. Do I have to edit and change the sprite-file for this to work? I thought that if I changed some parameters in the aspx-file it would use those settings ahead of those in the css-file?
Any ways to solve this issue?
Cheers,
Erlend Haukland
