Skip to content

Commit e58648c

Browse files
author
Marin Bratanov
committed
docs(grid): recommend virtualization over the old virtual scrolling
1 parent 18bd57a commit e58648c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

controls/grid/functionality/scrolling/virtual-scrolling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Virtual Scrolling
55
slug: grid/functionality/scrolling/virtual-scrolling
66
tags: virtual,scrolling
77
published: True
8-
position: 4
8+
position: 6
99
---
1010

1111
# Virtual Scrolling
@@ -14,6 +14,8 @@ position: 4
1414

1515
When working with large data sets, it is convenient to use the **RadGrid** paging mechanism. However, for really huge data sets, crawling through pages using only the grid pager may become a hard and boring task for users. For really huge data sets, **RadGrid** allows virtual scrolling.
1616

17+
>tip If you need endless scrolling in your grid, we recommend that you use the newer [Virtualization]({%slug grid/functionality/scrolling/virtualization%}) feature.
18+
1719
## Virtual scroll bar
1820

1921
When scrolling with the virtual scroll bar, **RadGrid** can use either standard postbacks or AJAX requests (when AJAX callbacks are enabled using **RadAjaxManager**, **RadAjaxPanel**, or MS **UpdatePanel**). By using AJAX callbacks, the overall behavior is smooth, with no flicker.
@@ -159,5 +161,3 @@ Protected Sub RadAjaxManager1_AjaxRequest(ByVal sender As Object, ByVal e As Web
159161
End Sub
160162
````
161163

162-
163-
For a live example demonstrating the techniques described above, see [Virtual scrolling and paging](http://demos.telerik.com/aspnet-ajax/Grid/Examples/Client/VirtualScrollPaging/DefaultCS.aspx).

controls/grid/functionality/scrolling/virtualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Virtualization
55
slug: grid/functionality/scrolling/virtualization
66
tags: virtualization
77
published: True
8-
position: 6
8+
position: 4
99
---
1010

1111
# Virtualization

0 commit comments

Comments
 (0)