From 46a8ae9b5e0dc21c919471f7a30c05215a6b6c68 Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Fri, 28 Oct 2022 14:11:25 +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 620dffc..1d7b19a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# EJ2-DataGrid-BlazorServer-CustomCommand-Editing -In this example, we have performed editing actions using custom command button +# Blazor Server DataGrid - CustomCommand Editing + +This sample explains about how to perform the editing actions using custom command button. + +## 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