Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 545 Bytes

File metadata and controls

14 lines (9 loc) · 545 Bytes

Blazor Server DataGrid - Drag and Drop with CustomAdaptor

This demo helps us to perform Row Drag and Drop functionality within the same grid while using CustomAdaptor. With CustomAdaptor bounded to Grid, on performing Row Drag and Drop BatchUpdate method of CustomAdaptor will be triggered.

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.