RadGridView Boldでいくつかの行を作成したい; 設定しました
<telerik:RadGridView.RowStyle>
<Style TargetType="telerik:GridViewRow">
<Setter Property="FontWeight" Value="{Binding RowFontWeight}" />
</Style>
</telerik:RadGridView.RowStyle>
ItemsSourceオブジェクトで値を設定しましたがRowFontWeight、機能しません
