SyncfusionExamples / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.


Languages

Language:HTML 60.8%Language:CSS 22.8%Language:C# 16.4%