I want to make some rows in a RadGridView
Bold;
I've set
<telerik:RadGridView.RowStyle>
<Style TargetType="telerik:GridViewRow">
<Setter Property="FontWeight" Value="{Binding RowFontWeight}" />
</Style>
</telerik:RadGridView.RowStyle>
and in ItemsSource
object I've set the RowFontWeight
value, but it doesn't work