This question is locked. New answers and comments are not allowed.
Hi,
there is a RadGridView bind to PagedCollectionView , and there is a HyperlinkButton in the first column
the question is when i click the HyperlinkButton, the PagedCollectionView does not move to current item. this works well in Silverlight build-in DataGrid.
Please help me!
there is a RadGridView bind to PagedCollectionView , and there is a HyperlinkButton in the first column
<
telerik:GridViewDataColumn Header="Market Client Profile" SortMemberPath="Name">
<telerik:GridViewDataColumn.CellTemplate>
<DataTemplate>
<HyperlinkButton Content="{Binding Name}" Command="{Binding DetailCommand,Source={StaticResource ViewModel}}" Style="{StaticResource GridHyperLink}" HorizontalAlignment="Left" VerticalAlignment="Top"/>
</DataTemplate>
</telerik:GridViewDataColumn.CellTemplate>
</telerik:GridViewDataColumn>
the question is when i click the HyperlinkButton, the PagedCollectionView does not move to current item. this works well in Silverlight build-in DataGrid.
Please help me!