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

Change RadGrid Filter Style/Appearance?

1 Answer 310 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris Mitchell
Top achievements
Rank 1
Chris Mitchell asked on 30 Mar 2010, 05:40 AM
Hi,

Not sure if this question is best suited for the Filter or the RadGrid, but I was wondering if there is a way to customize the filter dropdowns. I notice that the dropdown looks a bit like a lot of the popdown menus which show an icon to the left of the text. Is it possible to change these to add in icons similar to what is shown in my attached graphic?

Likewise, is it possible to change the 'T' image itself on the button that drops down the filter list?

I looked at the Style Builder tool but I didn't see anything in there for this..

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 01 Apr 2010, 02:05 PM
Hi Chris,

RadGrid user RadContextMenu for its filtering menu. You can access it as below and try customizing it.

GridFilterMenu filterMenu = RadGrid1.FilterMenu;

Additionally, please review the below articles for more information on customizing RadGird filtering menu:

http://www.telerik.com/help/aspnet-ajax/grdlocalizingfilteringmenuoptions.html
http://www.telerik.com/help/aspnet-ajax/grdreducingfiltermenuoptions.html
http://www.telerik.com/help/aspnet-ajax/grdcustomoptionforfiltering.html

Kind regards,
Iana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Chris Mitchell
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or