Skip to content

Commit a9fd680

Browse files
chore(grid): improve grid overview to showcase features and facilitate trial download
1 parent 8a385d6 commit a9fd680

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

components/grid/overview.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ position: 0
1010

1111
# Blazor Grid Component Overview
1212

13-
This article provides basic information about the Blazor Grid component.
13+
The Telerik Blazor Data Grid provides a comprehensive set of ready-to-use features covering everything from paging, sorting, filtering, editing, and grouping to row virtualization, optimized data reading, keyboard navigation and accessibility support.
1414

15-
To create a basic Telerik Grid:
15+
The Telerik Blazor grid is built on native Blazor from the ground up, by a company with a long history of making enterprise-ready Grids. This results in a Blazor data grid that delivers lighting fast performance and is highly customizable.
16+
17+
<div class="justify-content-center mt-5 text-center">
18+
<a class="button" href="https://www.telerik.com/download-trial-file/v2/ui-for-blazor" target="_blank">Start a free trial</a>
19+
</div>
20+
21+
This article provides a quick introduction so you can get your first grid up and running in a few seconds, a video tutorial, and a list of the key features it provides.
22+
23+
>caption To create a basic Telerik Grid:
1624
1725
1. use the `TelerikGrid` tag
1826
1. set its `Data` attribute to the variable that will hold your collection of data

0 commit comments

Comments
 (0)