From 4e6fa241333fbc75247f900952ee96385d71af0c Mon Sep 17 00:00:00 2001 From: Backiaraj Date: Thu, 30 Apr 2026 14:09:00 +0530 Subject: [PATCH] Updated readme file --- README.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9637d43..776f0a3 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,36 @@ This sample explains how to using edit operatiton by rendering combobox control for foreignkey column 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 ## 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. +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 + +**Documentation**: https://blazor.syncfusion.com/documentation/datagrid/foreignkey-column + +**Online example**: https://blazor.syncfusion.com/demos/datagrid/foreign-key-column?theme=bootstrap5 \ No newline at end of file