Hi,
I was using a style for FilteringControl
<Style TargetType="telerik:FilteringControl" x:Key="FilteringControlStyle">
<Setter Property="Template" Value="{StaticResource FilteringControlTemplate1}" />
</Style>
This only can be accessed at GridViewDataColumn level but I have data coming dynamically.
So I'll have to use it at RadGridView level. Is there any way?
Regards,
Srinivas M
I was using a style for FilteringControl
<Style TargetType="telerik:FilteringControl" x:Key="FilteringControlStyle">
<Setter Property="Template" Value="{StaticResource FilteringControlTemplate1}" />
</Style>
This only can be accessed at GridViewDataColumn level but I have data coming dynamically.
So I'll have to use it at RadGridView level. Is there any way?
Regards,
Srinivas M