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

Custom FilteringControl and Theme

1 Answer 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
2next
Top achievements
Rank 1
2next asked on 31 May 2011, 07:23 AM
Hi,
 to resolve RadGridViewComboBoxColumn Filtering issue, I have used the approach mentioned here.
I use Windows 7 theme so I need that custom filteringcontrol have theme colors.
I can directly set background, borderbrush properties but i'd like to use style or template from windows7 theme because, in this way, i can change theme without set again properties of my custom filtering control.
I don't undertstand if it is possible and how accomplish it.
Some suggests?
Thanks
2next

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 01 Jun 2011, 07:19 AM
Hello,

For the time being the supported controls that may have a Theme directly applied are the following:
1.System.Windows.Button
2.System.Windows.CheckBox
3.System.Windows.ListBox
4.System.Windows.RadioButton
5.System.Windows.ScrollViewer
6.System.Windows.PasswordBox
7.System.Windows.RepeatButton
8.System.Windows.TextBox

Thus only the ListBox from the ComboColumnFilteringControl can be directly themed (the Border, Label and Grid will not be). A possible solution would be to leave only the ListBox in this custom filtering control. Its view will get simpler, but you will be able to easily changed the Theme.


Kind regards,
Maya
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
GridView
Asked by
2next
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or