This question is locked. New answers and comments are not allowed.
Hi,
In our application we use some RadGridView. So we decided to make a global style which wil be applied for all of them. The style looks like this:
We also registered the style file in App.xaml, but unfortunatelly the style is not applied.
In our application we use some RadGridView. So we decided to make a global style which wil be applied for all of them. The style looks like this:
<Style x:Key="RadGridViewStyle" TargetType="telerik:RadGridView"> <Setter Property="Property:RadGridViewSettings.SaveSettings" Value="True" /> </Style>