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

Filter Menu skin

4 Answers 134 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steve Newbery
Top achievements
Rank 1
Steve Newbery asked on 24 Apr 2008, 08:53 PM
I'm using the Office2007 skin for RadGrid, and the Filter menu items are way too tall in my view - the menu is very hard to use.

So can I use a different skin just for the filter menu while keeping the Office2007 skin for the grid itself? I read that the filter menu is in fact RadMenu, so it would seem possible?

Otherwise, how can I customise just the filter menu skin? With the old ASP.NET version this was easy - but with the new AJAX version it's not so clear.

Thanks, Steve

4 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Apr 2008, 04:09 AM
0
Dimo
Telerik team
answered on 25 Apr 2008, 06:13 AM
Hello Steve,

As of Q1 2008 RadGrid uses RadMenu instead of its native filtering menu. The Office2007 skin for RadMenu is indeed not very convenient in some scenarios, that is why we have changed it. The new skin version will be released with Service Pack 1, due in mid-May 2008.

In the meantime, you can easily set a different skin for the filtering menu in code-behind like this:

C# / VB :

RadGrid_ID.FilterMenu.Skin = "Outlook" ;

(the Outlook skin is similar to Office2007)

Let us know if you need additional information.


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Steve Newbery
Top achievements
Rank 1
answered on 25 Apr 2008, 07:49 AM
Dimo thanks - that's exactly what I wanted.

May I suggest that this can be set declaratively in the next version? Also, it would be great if the filter item widths could also be set declaratively.
0
Dimo
Telerik team
answered on 25 Apr 2008, 08:01 AM
Hi Steve,

Thank you for your suggestion, we will take it into consideration.

Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Steve Newbery
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Dimo
Telerik team
Steve Newbery
Top achievements
Rank 1
Share this question
or