Skip to content

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. We need to handle Added record position inside the it.

Notifications You must be signed in to change notification settings

SyncfusionExamples/EJ2-DataGrid-BlazorServer-Drag-and-Drop-CustomAdaptor

Repository files navigation

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.

About

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. We need to handle Added record position inside the it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published