We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0afe7f commit 917d77bCopy full SHA for 917d77b
README.md
@@ -1,2 +1,14 @@
1
-# EJ2-DataGrid-BlazorServer-DataBinding-ObservableCollection
2
-In this example we have used datasource as observable collection. Hence create, delete will be notified.
+# Blazor DataGrid - DataBinding with ObservableCollection
+
3
+This example explains about how to use the datasource as observable collection in Blazor DataGrid.
4
5
+## Prerequisites
6
7
+* Visual Studio 2022
8
9
+## How to run the project
10
11
+* Checkout this project to a location in your disk.
12
+* Open the solution file using the Visual Studio 2022.
13
+* Restore the NuGet packages by rebuilding the solution.
14
+* Run the project.
0 commit comments