From 917d77b0af7669fb46bcf933fd4eeb47ac927d66 Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Fri, 28 Oct 2022 16:41:15 +0530 Subject: [PATCH] Modified the readme content --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe94f9f..1a5cf11 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# EJ2-DataGrid-BlazorServer-DataBinding-ObservableCollection -In this example we have used datasource as observable collection. Hence create, delete will be notified. +# Blazor DataGrid - DataBinding with ObservableCollection + +This example explains about how to use the datasource as observable collection in Blazor DataGrid. + +## Prerequisites + +* Visual Studio 2022 + +## How to run the project + +* Checkout this project to a location in your disk. +* Open the solution file using the Visual Studio 2022. +* Restore the NuGet packages by rebuilding the solution. +* Run the project. \ No newline at end of file