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

Customize Grid FilterMenu using skin files

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
solutionfactory
Top achievements
Rank 1
solutionfactory asked on 29 Apr 2009, 10:54 AM
Hi all,
in Q3 2008 version of grid, i can set FilterMenu skin using this method:

SkinFile.skin
<telerik:RadGrid runat="server" 
                    Skin="Directio" 
                    EnableEmbeddedSkins="false" 
                    ImagesPath="~\App_Themes\Default\RadSkins\Directio\Grid">                    
                    <FilterMenu Skin="Office2007" EnableEmbeddedSkins="True" /> 
</telerik:RadGrid>  

but whit new version Q1 2009 this don't work.

Any suggestions?

Thank in advance,
best regards

Flavio


1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 29 Apr 2009, 12:23 PM
Hello Flavio,

In Q1 2009 the FilterMenu must have the same skin name as its parent RadGrid. In your case I suggest that you take the non-embedded version of the RadMenu Office2007 skin (located in the Skins folder of the RadControls installation folder or installation ZIP), rename it to Directio and register it together with the RadGrid Directio CSS file.

Kind regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
solutionfactory
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or