我想用RadGridView
粗体做一些行;我已经设置
<telerik:RadGridView.RowStyle>
<Style TargetType="telerik:GridViewRow">
<Setter Property="FontWeight" Value="{Binding RowFontWeight}" />
</Style>
</telerik:RadGridView.RowStyle>
在ItemsSource
对象中我设置了RowFontWeight
值,但它不起作用