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

Select a row

1 Answer 57 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sajjad Shah
Top achievements
Rank 1
Sajjad Shah asked on 16 Aug 2010, 08:13 PM
Hi,
I want to be able to let user a select an item which is burried under groups and then later they should be ble to go back to ths same grid state. How can i aciheve this...?  I know I can save an item..but how can i save all the group infomration and then programtically let user get the same selection (expand groups) and selected that row again.

1 Answer, 1 is accepted

Sort by
0
Sajjad Shah
Top achievements
Rank 1
answered on 16 Aug 2010, 08:59 PM
I have found the answer already.

RadGridView1.SelectedItem = _businessObjectList[index];

RadGridView1.ScrollIntoViewAsync(_businessObjectList[index],

 

null);

 



Thanks,
Tags
GridView
Asked by
Sajjad Shah
Top achievements
Rank 1
Answers by
Sajjad Shah
Top achievements
Rank 1
Share this question
or