• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Drag and Drop within Grid in ASP.NET MVC Data Grid Control

This sample demonstrates the Grid component with the row drag and drop feature within same grid. You can rearrange the grid rows by using drag icon in left side of grid column.Here you can drag and drop the grid rows between the decided rows.

DEMO
SOURCE

Row drag and drop enabled by setting   allowRowDragAndDrop property as true.

Grouping can be enabled by setting   allowGrouping property as true.

The row drag and drop functionality is enabled with grouped records in the grid. Now, you can drag and drop the records from one group to another group of your choice.