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

Using custom skin, filtering on grid has no skinning

5 Answers 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bryanne
Top achievements
Rank 1
Bryanne asked on 18 Jun 2008, 03:50 PM
Hi

We are using a custom defined skin on our grid and the context menu for the filtering is not getting the skinning information supplied.  Its still looking for the Default skin.

How do we get the filter/context menu to recognize our custom skin?

Thanks

5 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 Jun 2008, 04:08 PM
Hello Bryanne,

The filtering menu of RadGrid for ASP.NET AJAX is a RadMenu. You have to either supply a custom skin for the RadMenu as well (with the same name as the RadGrid skin), or you can set an embedded skin for the filtering menu in code-behind like this:

RadGrid1.FilterMenu.EnableEmbeddedSkins = true;
RadGrid1.FilterMenu.Skin = "...." ;


All the best,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Bryanne
Top achievements
Rank 1
answered on 18 Jun 2008, 05:43 PM
We do have a custom skin (Menu.Newskin.css) applied which is the same as our grid skin name, however the context menu is still not showing.

0
Dimo
Telerik team
answered on 19 Jun 2008, 06:51 AM
Hello Bryanne,

Could you please paste your RadGrid declaration here (and any other relevant code) so that we try reproduce the issue locally? Thanks.

Regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mark
Top achievements
Rank 2
answered on 21 Nov 2008, 08:47 PM
I think I'm having the same issue.
0
Mark
Top achievements
Rank 2
answered on 21 Nov 2008, 09:06 PM
Oops...I fixed it!

I had a custom skin for RadGrid and found that the Context menu had no skin.  I thought it may be related to a RadMenu and confirmed that thought in finding this post.  After making sure I had the custom menu skin in place (same name as the custom Grid skin) it still didn't work.

Solution:
Don't forget to register the Menu.[CUSTOM SKIN].css on your page (MasterPage in my case).
Tags
Grid
Asked by
Bryanne
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Bryanne
Top achievements
Rank 1
Mark
Top achievements
Rank 2
Share this question
or