From bb0c04673ba4e5b2abd717d23ce3bd104953ad6e Mon Sep 17 00:00:00 2001 From: Barath Aravind K Date: Mon, 25 May 2026 16:09:52 +0530 Subject: [PATCH 1/3] 1024060: READMEmd updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 854fe1c..4d0e7f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blazor DataGrid - Getting Started -The [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid?utm_source=github&utm_medium=listing&utm_campaign=blazor-datagrid-github-samples) is a feature-rich component for displaying data in a tabular format. Its wide range of functionalities includes data binding, editing, Excel-like filtering, Excel, CSV, and PDF formats, aggregating rows, selection, and more. +High-performance [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) for modern applications. Display, edit, and manage tabular data from IEnumerable collections, OData services, or remote sources with built-in paging, sorting, filtering, grouping, and virtualization. ## Prerequisites From 6fcbbe9b412b45e6e558d823a58af09f76a0c702 Mon Sep 17 00:00:00 2001 From: Barath Aravind K Date: Mon, 25 May 2026 17:11:14 +0530 Subject: [PATCH 2/3] 1024060: Updated high-performance link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d0e7f7..495b782 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blazor DataGrid - Getting Started -High-performance [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) for modern applications. Display, edit, and manage tabular data from IEnumerable collections, OData services, or remote sources with built-in paging, sorting, filtering, grouping, and virtualization. +[High-performance](https://www.syncfusion.com/blazor-components/blazor-datagrid/performance?utm_source=github&utm_medium=listing&utm_campaign=blazor-datagrid-github-samples) [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) for modern applications. Display, edit, and manage tabular data from IEnumerable collections, OData services, or remote sources with built-in paging, sorting, filtering, grouping, and virtualization. ## Prerequisites From ff8456e92e50fd3c4a9e53bff2d7dd0aaca4fd52 Mon Sep 17 00:00:00 2001 From: Barath Aravind K Date: Mon, 25 May 2026 22:39:47 +0530 Subject: [PATCH 3/3] 1024060: Updated prerequisites and visual studio versions --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 495b782..07b5c58 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # Blazor DataGrid - Getting Started -[High-performance](https://www.syncfusion.com/blazor-components/blazor-datagrid/performance?utm_source=github&utm_medium=listing&utm_campaign=blazor-datagrid-github-samples) [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) for modern applications. Display, edit, and manage tabular data from IEnumerable collections, OData services, or remote sources with built-in paging, sorting, filtering, grouping, and virtualization. +High-performance [Blazor DataGrid](https://www.syncfusion.com/blazor-components/blazor-datagrid) for modern applications. Display, edit, and manage tabular data from IEnumerable collections, OData services, or remote sources with built-in paging, sorting, filtering, grouping, and virtualization. ## Prerequisites -* Visual Studio 2022 +Blazor applications can be developed using the following IDEs. Development is also supported using the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/) without an IDE. + +* [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/#visual-studio-professional-2026) +* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/older-downloads/#visual-studio-2022-and-other-products) +* [Visual Studio Code](https://code.visualstudio.com/download) ## How to run the project * Checkout this project to a location in your disk. -* Open the solution file using the Visual Studio 2022. +* Open the solution file using the Visual Studio 2026 or 2022. * Restore the NuGet packages by rebuilding the solution. * Run the project.