From 9d119cc3125f53d9ad2d5c75ae70bb5843bfe7bb Mon Sep 17 00:00:00 2001 From: Backiaraj Date: Wed, 29 Apr 2026 18:07:19 +0530 Subject: [PATCH] Updated readme file --- README.md | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c175bc1..b7c50a0 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,35 @@ This sample explains about how to perform the CRUD operation using EditForm in Blazor DataGrid. +## Features + +* Fast rendering with virtualization and row/column virtualization +* Sorting, filtering, grouping, and searching capabilities +* Inline, batch, and dialog editing modes +* Template columns, column resizing, reordering, and freezing +* Excel and PDF export (requires additional Syncfusion export packages) + ## Prerequisites -* Visual Studio 2022 +* Visual Studio 2022 or later +* Visual Studio Code +* .NET SDK 8.0 or later ## 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 +1. Clone or download this repository to a location in your system. +2. Open the solution file using the Visual Studio or Visual Studio code. +3. Restore the NuGet packages by rebuilding the solution or run `dotnet restore`. +4. Build the project to ensure there are no compilation errors. +5. Run the project. + +Optional CLI Commands: + +```powershell +dotnet restore +dotnet build +``` + +## References + +**Blog**: https://www.syncfusion.com/blogs/post/spice-up-your-blazor-editform-with-syncfusion-blazor-components \ No newline at end of file