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

Position scrollBar after selecting a row programmatically

2 Answers 113 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Wassim Brinsi
Top achievements
Rank 1
Wassim Brinsi asked on 16 Jun 2010, 04:28 PM
Hello,

I have two GridViews in my page and 

When I select an item from the first gridview , I select an item from the second gridview . This works correctly. But I Can not seem to display the item in the visible view .
So my concern is to position the scroll bar so that the element selected will be visible even if it is hidden at the bottom of my gridview example


I hope I was clear enough.
Thank you in advance


Wassim

2 Answers, 1 is accepted

Sort by
0
Accepted
Milan
Telerik team
answered on 16 Jun 2010, 05:01 PM
Hi Wassim Brinsi,

You can use the ScrollIntoView method to bring any data item into view.


Regards,
Milan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Wassim Brinsi
Top achievements
Rank 1
answered on 17 Jun 2010, 11:38 AM
Thank you very much. that works Great.

Wassim
Tags
GridView
Asked by
Wassim Brinsi
Top achievements
Rank 1
Answers by
Milan
Telerik team
Wassim Brinsi
Top achievements
Rank 1
Share this question
or