<Style x:Key="disabledCell"
TargetType="telerik:GridViewCell">
<Setter Property="IsEnabled" Value="False"/>
</Style>
<telerik:GridViewDataColumn
DataMemberBinding="{Binding Name}"
CellStyle="{StaticResource disabledCell}"DataMemberBinding="{Binding Name}"
/>
<Style TargetType="telerik:GridViewRow">
<Setter Property="IsEnabled" Value="False"/>
</Style>