Hi
I have a global style set within a resource dictionary for all telerik:RadGridView's within my solution. I'm using the telerik transparent theme as my base, but have restyled a number of elements (row highlights, fitler drop down icon, header row etc), all of which I have applied to all grids without a problem.
I would like to do the same with the FilterControl - in the first instance, I would simply like to change the theme of the the FilterControl and all it's elements to the telerik Office_BlackTheme.
I have tried setting:
But this had no effect at all.
I have accessed the FilterConrol Template using Blend and ensured that all elements within the template are using the Office_BlackTheme (although I didn't see a DatePicker & Calendar in there?) - and I have successfully managed to get this to apply to all grids within my solution.
However, I end up with the same filter options for all columns no matter what the data type - i.e. Date/Time fields have no DatePicker to filter by date - and also none of the filter options that are available are populated - I just have an empty listbox and empty combo-boxes.
NB: All our grids use AutoGenerateColumns and contain a number of different types of data: text, dates, times, numbers.
Can you please help - all I really want to do is have a FilterControl using the Office_BlackTheme within my Grid which uses a modified TransparentTheme.
Thanks
Simon
I have a global style set within a resource dictionary for all telerik:RadGridView's within my solution. I'm using the telerik transparent theme as my base, but have restyled a number of elements (row highlights, fitler drop down icon, header row etc), all of which I have applied to all grids without a problem.
I would like to do the same with the FilterControl - in the first instance, I would simply like to change the theme of the the FilterControl and all it's elements to the telerik Office_BlackTheme.
I have tried setting:
<
Style
TargetType="{x:Type telerik:FilteringControl}>
<
Setter
Property
=
"telerik:StyleManager.Theme"
Value
=
"Office_BlackTheme"
/>
<
Style
>
But this had no effect at all.
I have accessed the FilterConrol Template using Blend and ensured that all elements within the template are using the Office_BlackTheme (although I didn't see a DatePicker & Calendar in there?) - and I have successfully managed to get this to apply to all grids within my solution.
However, I end up with the same filter options for all columns no matter what the data type - i.e. Date/Time fields have no DatePicker to filter by date - and also none of the filter options that are available are populated - I just have an empty listbox and empty combo-boxes.
NB: All our grids use AutoGenerateColumns and contain a number of different types of data: text, dates, times, numbers.
Can you please help - all I really want to do is have a FilterControl using the Office_BlackTheme within my Grid which uses a modified TransparentTheme.
Thanks
Simon