Skip to content

Commit 8670e0e

Browse files
authored
docs(grid): add a link to the scrolling demo
1 parent 9fd25ef commit 8670e0e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

controls/grid/functionality/scrolling/overview.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ position: 0
1212

1313

1414

15-
Often, when constructing a Web page that contains a grid, there are design limitations regarding the size of the grid. In such cases, you may need to enable client-side grid scrolling so that the grid can fit it in the allowed space. You can enable scrolling by setting the **ClientSettings.Scrolling.AllowScroll** property to **True** (By default its value is **False**.)
15+
Often, when constructing a Web page that contains a grid, there are design limitations regarding the size of the grid. In such cases, you may need to enable client-side grid scrolling so that the grid can fit it in the allowed space. You can enable scrolling by setting the **ClientSettings.Scrolling.AllowScroll** property to **True** (By default its value is **False**.)
16+
17+
You can test the scrolling functionality of RadGrid directly in the [Scrolling](https://demos.telerik.com/aspnet-ajax/grid/examples/functionality/scrolling/scrolling/defaultcs.aspx) live demo.
1618

1719
>note The **ClientSettings.Scrolling.ScrollHeight** property specifies the height value beyond which scrolling is turned on. The default value is 300px.
1820
>
@@ -41,3 +43,11 @@ You can modify the way **RadGrid** looks during scrolling by modifying the follo
4143
* **GridDataDiv_Default -** for controlling the appearance of the **GridDataItem**
4244

4345
* **GridFooterDiv_Default** - for controlling the appearance of the **GridFooterItem**
46+
47+
48+
# See Also
49+
50+
* [Scrolling](https://demos.telerik.com/aspnet-ajax/grid/examples/functionality/scrolling/scrolling/defaultcs.aspx) live demo.
51+
52+
53+

0 commit comments

Comments
 (0)