This is a migrated thread and some comments may be shown as answers.

[Solved] style not applied to filter dropdown

2 Answers 136 Views
Grid
This is a migrated thread and some comments may be shown as answers.
newbie
Top achievements
Rank 1
newbie asked on 09 May 2008, 05:06 PM
I am using custom stylesheet with Grid.
Somehow my filter dropdown doesn't seem to have a background image.

I modified the Vista skin.
If i put EnableEmbeddedSkins="true" and use Skin="Vista" it works fine but if i rename the same skin and use as custom skin the filter dropdown does not show image. The rest of the style is being applied correctly.

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 10 May 2008, 06:41 AM
Hi Anumeha,

Please make sure that the custom skin for RadGrid and custom skin for the FilterMenu (RadMenu) have the same name and all skin suffixes in the menu CSS file are consistent with the custom skin name. For example if your custom skin name is Custom1, the CSS selectors in the RadMenu skin should read:

.RadMenu_Custom1   [...]
{
   ....
}

If the above does not help, please copy/paste the custom skin for the FilterMenu here, so that I take a look. Thank you in advance.


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
newbie
Top achievements
Rank 1
answered on 12 May 2008, 05:05 PM
Thanks that worked.
Tags
Grid
Asked by
newbie
Top achievements
Rank 1
Answers by
Dimo
Telerik team
newbie
Top achievements
Rank 1
Share this question
or