You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grid/adjust-height-with-browser/README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Change page size according to available height; hide columns based on screen size
2
2
3
+
> This sample app is mostly obsolete and no longer maintained. The up-to-date Telerik documentation resources and examples are available at:
4
+
>
5
+
> *[Adjust Grid Height to Match the Browser Viewport Height](https://docs.telerik.com/blazor-ui/knowledge-base/grid-adjust-height-with-browser)
6
+
> *[Scroll to Selected Grid Row](https://docs.telerik.com/blazor-ui/knowledge-base/grid-scroll-to-selected-row)
7
+
> *[Apply Custom Grid Row or Cell Styles](https://docs.telerik.com/blazor-ui/knowledge-base/grid-conditional-cell-background)
8
+
> *[Override the Telerik Theme](https://docs.telerik.com/blazor-ui/styling-and-themes/override-theme-styles)
9
+
>
10
+
> The one behavior that is not demonstrated on the Telerik documentation site is how to change the Grid `PageSize`, depending on the Grid height.
11
+
3
12
Demonstrates Responsive Grid, Finding and Selecting Row, Formatting
4
13
5
14
This project was created using the Telerik 'Blank Server Project' template and includes the 'BlazorPro.BlazorSize' NuGet package by Ed Charbeneau to access browser dimensions. It is meant to provide an example for how to address three common requirements for representing data using a grid for database applications.
0 commit comments