This is a migrated thread and some comments may be shown as answers.

[Solved] Presever Grid selected row at the time of page selection change

2 Answers 92 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Parthiv
Top achievements
Rank 1
Parthiv asked on 03 Dec 2010, 12:56 PM
Hi

i m using 2010.2.812.1040 version from telerik and not able to preserv selected row after page selection change
pls help me for the same.


below is my gridview syntax in xaml.

 <telerikGrid:RadGridView x:Name="RadgvEntity"  RowIndicatorVisibility="Visible" CanUserFreezeColumns="False"   AutoGenerateColumns="False"  ScrollViewer.HorizontalScrollBarVisibility="Visible"  ScrollViewer.VerticalScrollBarVisibility="Auto"    BorderThickness="1,6,1,1" telerik:StyleManager.Theme="Office_Blue"
                                     CanUserSelect="True"   SelectionMode="Multiple"    ItemsSource="{Binding PagedSource, ElementName=radDataPager1}" SelectionChanged="RadgvEntity_SelectionChanged" IsScrolling="True" DragElementAction="None">

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 03 Dec 2010, 01:00 PM
Hi,

 Can you post more info what exactly you've tried and didn't worked?

Kind regards,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Parthiv
Top achievements
Rank 1
answered on 04 Dec 2010, 11:57 AM
Hi,

My senario is :

i have gridview and on double click on any cell i need to open another control in radwindow now when i close that radwindow
i want my selected row as it is . means i want to restore my selected row.....

and yes one more thing if i m on second page in radgridview and over there if i had selected 3rd row then after closing radwindow
i want second page and 3 rd row selected in my screen.

now is ther anything directly avilable by setting few things or i need to implement by code...

pls help me because i  m fresher for Telerik.


n yes let me know if still u r not getting me.
Tags
GridView
Asked by
Parthiv
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Parthiv
Top achievements
Rank 1
Share this question
or