From 9fb1aa89929e8658fb63fda40c6b88cbe3354ab0 Mon Sep 17 00:00:00 2001 From: Backia Raj Kanagaraj Date: Mon, 31 Oct 2022 11:35:43 +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 13c3095..a916869 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# EJ2-DataGrid-BlazorServer-Exporting-Customization -This demo helps us to customize the exported files like changing the filename, export without Grouping, apply external filter only while exporting etc +# Blazor Server DataGrid - Exporting Customization + +This sample explains about how to customize the exported files like changing the filename, export without Grouping, apply external filter only while exporting etc. + +## 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