This question is locked. New answers and comments are not allowed.
Hello,
I tried to write something like this :
<UserControl.Resources>
<Style TargetType="telerik:GridViewDataColumn">
<Setter Property="ShowFieldFilters" Value="False" />
</Style>
</UserControl.Resources>
to influence the property "ShowFieldFilters" of columns. but without success. Is there an alternative ?
I tried to write something like this :
<UserControl.Resources>
<Style TargetType="telerik:GridViewDataColumn">
<Setter Property="ShowFieldFilters" Value="False" />
</Style>
</UserControl.Resources>
to influence the property "ShowFieldFilters" of columns. but without success. Is there an alternative ?