Skip to content

Commit fbcc5ef

Browse files
chore(grid): link datatable binding example
1 parent 660b62f commit fbcc5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ 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).
93+
* **DataTable**, **ExpandoObject**, **Dictionary** - 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 get started from our examples on 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://demos.telerik.com/blazor-ui/grid/data-table) which also support [editing](#editing).
9494

9595

9696
## Blazor Grid Reference

0 commit comments

Comments
 (0)