Skip to content

Commit 9d72f32

Browse files
docs(grid): add video turorial
1 parent 1776e95 commit 9d72f32

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

components/grid/columns/bound.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ To show data in a grid, you must define `GridColumn` instances in the `GridColum
6161
6262
>tip The `Data` collection can be an `ObservableCollection`, an array, a `List` - it must only implement `IEnumerable`.
6363
64+
>caption Video tutorial - Get started with Telerik Data Grid for Blazor
65+
66+
<iframe width="560" height="315" src="https://www.youtube.com/embed/NW2hHtmM2Gk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
6467

6568

6669
## Grid Bound Column Parameters

components/grid/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ General grid with its most common features
5858
5959
![Blazor DataGrid Component Example](images/basic-grid.png)
6060

61+
>caption Video tutorial - Get started with Telerik Data Grid for Blazor
62+
63+
<iframe width="560" height="315" src="https://www.youtube.com/embed/NW2hHtmM2Gk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
64+
6165

6266
## Blazor Grid Reference
6367

0 commit comments

Comments
 (0)