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

Automatic page scrolling

3 Answers 68 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 25 Oct 2010, 10:54 AM
Hi,
is it possible to have some kind of automatic page scrolling, so that the last added item is always visible?

I mean, while the software continues to add items, and the items reach the bottom of the grid, then you can't see the new items added unless you continuously scroll down *each new item added*!
The behaviour I want is that the grid automatic scroll down, letting the last item inserted to stay visible at the bottom of the page: is thi possible?

Thanks

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 25 Oct 2010, 11:39 AM
Hello,

 You will get automatic support for this if you use BeginInsert() method of the grid. 

Sincerely yours,
Vlad
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
Simon
Top achievements
Rank 1
answered on 25 Oct 2010, 11:50 AM
Sorry, I forgot to say that the item insertion is made through binding to a list so I can't control the insertion, I just add items the list...
0
Vlad
Telerik team
answered on 25 Oct 2010, 11:56 AM
Hello,

 In this case you should use ScrollIntoView/ScrollIntoViewAsync grid methods to get desired result. 

Sincerely yours,
Vlad
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
Tags
GridView
Asked by
Simon
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Simon
Top achievements
Rank 1
Share this question
or