/Blazor-Server-Grid-Edit-Form

In this demo, we have performed CRUD operation using Blazor EditForm. Like MVC Scaffolding support, here we have performed Edit operation by navigating it to another page.

Primary LanguageHTML

Blazor Server DataGrid - GridEdit using EditForm

This sample explains about how to perform the CRUD operation using EditForm in Blazor DataGrid.

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.