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 eeb07a6 commit 47cc6fdCopy full SHA for 47cc6fd
README.md
@@ -1,3 +1,14 @@
1
-# EJ2-DataGrid-BlazorServer-DataBind-Crud-AsynchronousProcess-WebAPI
+# Blazor Server DataGrid - AsynchronousProcess WebAPI
2
3
-In this demo, we have bounded the Grid Data asynchronously from WebAPI service and performed CRUD action in external button click.
+This sample explains about how to bind the Blazor DataGrid data asynchronously from WebAPI service and performed CRUD action in external button click.
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