Skip to content

Commit 7686846

Browse files
chore(grid): link expando and datatable samples from docs
1 parent a4a9dde commit 7686846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/grid/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ The following list of resources provides examples for data binding a grid in var
9090

9191
* **OData** data source - an extension method we provide lets you make OData v4 queries as shown in the following example: [Grid and OData](https://github.com/telerik/blazor-ui/tree/master/grid/odata).
9292

93+
* If you don't have actual strongly typed models (yet) and you use `ExpandoObject`, or your backend comes from an older technology and still returns `DataTable`s, the grid can accommodate such dynamic data types. You can find examples how to bind the grid to a [ExpandoObject or Dictionary](https://github.com/telerik/blazor-ui/tree/master/grid/binding-to-expando-object) and to a [DataTable](https://github.com/telerik/blazor-ui/tree/master/grid/binding-to-datatable).
94+
9395

9496
## Blazor Grid Reference
9597

0 commit comments

Comments
 (0)