This question is locked. New answers and comments are not allowed.
I have defined my gridview as such:
It all works well except that the row indicator isn't updating when I select a new row - the arrow stays in place - see attached screenschot. If I mess around the arrow disappears completely (the edit symbol works). I'm using templated data columns bound to WCF RIA.
<telerikGrid:RadGridView x:Name="DataGridInput" FontFamily="Arial" FontSize="14" AutoGenerateColumns="False" IsFilteringAllowed="False" SelectionMode="Single" ShowGroupPanel="False" CanUserReorderColumns="False" CanUserFreezeColumns="False" CanUserResizeColumns="False" Margin="0,26,0,0">
It all works well except that the row indicator isn't updating when I select a new row - the arrow stays in place - see attached screenschot. If I mess around the arrow disappears completely (the edit symbol works). I'm using templated data columns bound to WCF RIA.
