I've got a web site that takes advantage of theming. I've got a grid with filtering enabled. I can not set the FilterMenu Skin property in the skin file, as I did with the RadGrid.
Skin code:
Error 1 Unknown server tag 'telerik:FilterMenu'. C:\Inetpub\wwwroot\PharmacyClaimHold\App_Themes\TelerikVista\Vista.skin 5
Is there a way I can do this with theming, without setting the Skin in the aspx like I've done below?
ASPX code
Skin code:
<telerik:FilterMenu runat="server" Skin="Vista" SkinID="telerikFilter"/> |
<FilterMenu EnableTheming="true" Skin="" SkinID="telerikFilter"> |
Is there a way I can do this with theming, without setting the Skin in the aspx like I've done below?
ASPX code
<FilterMenu EnableTheming="true" Skin="Vista"> |