Skip to content

Commit fdfc7a7

Browse files
docs(grid): link gRPC sample for data binding
1 parent c1e21df commit fdfc7a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/grid/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ The following list of resources provides examples for data binding a grid in var
9292

9393
* **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

95+
* **gRPC** - the gRPC tooling supports .NET Core, and as of mid-June 2020, there is a package that brings it to WebAssembly. You can find a basic example and more resources to get you started with gRPC in Blazor in the [Grid Data from gRPC Sample Project](https://github.com/telerik/blazor-ui/tree/master/common/grpc-example).
96+
97+
9598

9699
## Blazor Grid Reference
97100

0 commit comments

Comments
 (0)