Skip to content

Commit 6d257e5

Browse files
committed
Modified the readme content
1 parent 8e08948 commit 6d257e5

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Binding Expando and Dynamic objects to a Blazor Data Grid
2+
23
A quick start Blazor WebAssembly app that helps you to bind the Expando and Dynamic Objects to a Blazor Data Grid.
34

4-
Documentation:
5-
https://blazor.syncfusion.com/documentation/datagrid/data-binding/#expandoobject-binding
6-
https://blazor.syncfusion.com/documentation/datagrid/data-binding/#dynamicobject-binding
5+
**Documentation**:
6+
* https://blazor.syncfusion.com/documentation/datagrid/data-binding/#expandoobject-binding
7+
* https://blazor.syncfusion.com/documentation/datagrid/data-binding/#dynamicobject-binding
78

8-
Online examples: https://blazor.syncfusion.com/demos/datagrid/expandoobject
9+
**Online examples**: https://blazor.syncfusion.com/demos/datagrid/expandoobject
910

10-
## Project prerequisites
11+
## Prerequisites
1112

12-
Make sure that you have the compatible versions of Visual Studio 2019 and .NET Core SDK 3.1.3 in your machine before starting to work on this project.
13+
* Visual Studio 2022
1314

14-
## How to run this application?
15+
## How to run the project
1516

16-
To run this application, you need to first clone the `binding-expando-and-dynamic-objects-to-a-blazor-data-grid` repository and then open it in Visual Studio 2019. Now, simply build and run your project to view the output.
17+
* Checkout this project to a location in your disk.
18+
* Open the solution file using the Visual Studio 2022.
19+
* Restore the NuGet packages by rebuilding the solution.
20+
* Run the project.

0 commit comments

Comments
 (0)