This question is locked. New answers and comments are not allowed.
I am working on a project that contains a grid. In the grid are several columns. I can sort by all my columns except one. When I look at the code I have nothing set to turn this off.
is the sorting set on the data binding?
this is the xaml for that column:
is the sorting set on the data binding?
this is the xaml for that column:
<telerikgrid:GridViewDataColumn DataMemberBinding="{Binding Path=ZoneState, Converter={StaticResource ZoneStateConverter}}" HeaderCellStyle="{StaticResource GridViewHeaderCellStyle1}"> <telerikgrid:GridViewDataColumn.Header> <TextBlock x:Name="txtState" Text="State" ToolTipService.ToolTip="Indicates what state the zone is currently in"/> </telerikgrid:GridViewDataColumn.Header> </telerikgrid:GridViewDataColumn>