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

Filter combobox on Grid missing style when using custom skin

4 Answers 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dean
Top achievements
Rank 1
Dean asked on 22 Sep 2011, 11:41 PM
I have a basic RadGrid that is configured to use a Custom Skin that I created (it is basically a copy of the Office2010Silver skin.)  Everything looks great, except the combox boxes that open when you click the Filter button at the top of a column.

I added the Combobox CSS to my custom skin css and added the comboxbox images folder, but it still does not style (see attached screenshot).

I assume I need to configure the combobox inside the RadGrid to use a custom skin, but I cannot figure out how.

Has anyone dealt with this?

Thanks,
Deano


4 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 23 Sep 2011, 07:16 AM
Hi Dean,

To resolve this problem you should set the custom skin you use for RadGrid to the filter menu, too as shown below: 
<telerik:RadGrid Skin="[SkinName]" EnableEmbeddedSkins="false">
    <FilterMenu Skin="[SkinName]" EnableEmbeddedSkins="false">
    </FilterMenu>
</telerik:RadGrid>

For more information about how to create a custom skin for the RadContextMenu (the filter menu), refer to the following online help article.

All the best,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Dean
Top achievements
Rank 1
answered on 23 Sep 2011, 04:01 PM
That did the trick.  You guys rock!
0
Farbod
Top achievements
Rank 1
answered on 08 Oct 2011, 02:22 PM
HI.HOW use combobox in grid MVC?
0
Iana Tsolova
Telerik team
answered on 09 Oct 2011, 02:45 PM
Hi Farbod,

Please post your question in the MVC forums.

Greetings,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Dean
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Dean
Top achievements
Rank 1
Farbod
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or