Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 486 Bytes

File metadata and controls

14 lines (9 loc) · 486 Bytes

Blazor Server DataGrid - GridEdit Asynchronousupdate with Default Toolbaritems

This sample explains about how to bind the Blazor DataGrid data asynchronously from WebAPI service and performed CRUD action using default toolbar items.

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.