This question is locked. New answers and comments are not allowed.
hi to all
i have a telerik silverlight Gridview it's bind with a source
i am select 5th row of gridview but RowIndicator is not moved it's sticy to 1st row Please see in Attached image fille
i have a telerik silverlight Gridview it's bind with a source
i am select 5th row of gridview but RowIndicator is not moved it's sticy to 1st row Please see in Attached image fille
<telerik:RadGridView x:Name=
"FormsGrid"
CanUserFreezeColumns=
"False"
MinHeight=
"25"
SelectionMode=
"Single"
AutoGenerateColumns=
"False"
ScrollMode=
"RealTime"
RowIndicatorVisibility=
"Visible"
BorderThickness=
"1,6,1,1"
telerik:StyleManager.Theme=
"Office_Blue"
ScrollViewer.HorizontalScrollBarVisibility=
"Visible"
ScrollViewer.VerticalScrollBarVisibility=
"Auto"
ShowGroupPanel=
"True"
SelectionChanged=
"FormsGrid_SelectionChanged"
CanUserDeleteRows=
"False"
CanUserInsertRows=
"False"
Sorting=
"FormsGrid_Sorting"
Grouped=
"FormsGrid_Groupe
</telerik:RadGridView>