This question is locked. New answers and comments are not allowed.
Hi All,
Pls see attached image of my gridview's rowindicator.
Though I moved row, rowindicator sticked at first row,however selectedItem is correct.
My xaml is nothing special as follows;
<telerik:RadGridView HorizontalAlignment="Stretch" ItemsSource="{Binding Path=Model}"
Name="popChkTypesViewModelRadGridView" Style="{StaticResource EditGridStyle}"
HorizontalContentAlignment="Center" SelectedItem="{Binding Path=SelectedRow,Mode=TwoWay}">
<Style x:Key="EditGridStyle" TargetType="telerikGridView:RadGridView">
<Setter Property="AutoGenerateColumns" Value="False"/>
<Setter Property="IsReadOnly" Value="False"/>
<Setter Property="IsFilteringAllowed" Value="False"/>
<Setter Property="ShowGroupPanel" Value="False"/>
<Setter Property="CanUserDeleteRows" Value="True"/>
<Setter Property="CanUserInsertRows" Value="True"/>
<Setter Property="ShowColumnFooters" Value="True"/>
<Setter Property="FontSize" Value="12"/>
</Style>
I might miss something simple but don't know what should be done.
Thank you in advance.
Kang
Pls see attached image of my gridview's rowindicator.
Though I moved row, rowindicator sticked at first row,however selectedItem is correct.
My xaml is nothing special as follows;
<telerik:RadGridView HorizontalAlignment="Stretch" ItemsSource="{Binding Path=Model}"
Name="popChkTypesViewModelRadGridView" Style="{StaticResource EditGridStyle}"
HorizontalContentAlignment="Center" SelectedItem="{Binding Path=SelectedRow,Mode=TwoWay}">
<Style x:Key="EditGridStyle" TargetType="telerikGridView:RadGridView">
<Setter Property="AutoGenerateColumns" Value="False"/>
<Setter Property="IsReadOnly" Value="False"/>
<Setter Property="IsFilteringAllowed" Value="False"/>
<Setter Property="ShowGroupPanel" Value="False"/>
<Setter Property="CanUserDeleteRows" Value="True"/>
<Setter Property="CanUserInsertRows" Value="True"/>
<Setter Property="ShowColumnFooters" Value="True"/>
<Setter Property="FontSize" Value="12"/>
</Style>
I might miss something simple but don't know what should be done.
Thank you in advance.
Kang