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

How does work EnableFastScrolling ?

4 Answers 236 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 10 Nov 2010, 03:47 PM
Hi

I have some performance issue in gridview and I would like to try use property EnableFastScrolling.

What happens if fast scrolling in enabled? Why it is not enabled by default?

I checked documentation: http://www.telerik.com/help/winforms/telerik.wincontrols.gridview-telerik.wincontrols.ui.radgridview-enablefastscrolling.html but there are no any details.

Regards

4 Answers, 1 is accepted

Sort by
0
Raymond
Top achievements
Rank 1
answered on 10 Nov 2010, 03:50 PM

Stupid question.

I used and I know how it works.

0
Accepted
Emanuel Varga
Top achievements
Rank 1
answered on 10 Nov 2010, 04:01 PM
Hello Raymond,

Glad to hear that you've found your answer, but of you have problems with grid performance, i would suggest pagination not fast scrolling.

Best Regards,
Emanuel Varga
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 10 Nov 2010, 04:09 PM
Hi, 

Just for reference, internally, it sets the RollScroller mode of the grid into one of two different modes: Deferred (true) or Smooth Scrolling (false). 

As additional information to Emanuel's suggestion, here is a link on paging with LINQ in RadGridView

hope that helps
Richard

0
Raymond
Top achievements
Rank 1
answered on 10 Nov 2010, 04:10 PM
thanks, maybe I will try this solution
Tags
GridView
Asked by
Raymond
Top achievements
Rank 1
Answers by
Raymond
Top achievements
Rank 1
Emanuel Varga
Top achievements
Rank 1
Richard Slade
Top achievements
Rank 2
Share this question
or