Blazor DropZone component for drag-and-drop interactions between zones.
Drag/Drop tasks between zones to update task status and order or in the same zone to reorder.
Moving tasks between "Not started" and "Completed" zones is disallowed using CanDrop callback.
Use ItemSelector callback to define which item in which zone will appear, Drop callback to customize the drop logic and
ItemRender callback to customize if the item can be dragged, appearance, etc.
Use the built-in .rz-can-drop and .rz-no-drop CSS classes to apply styles and differentiate the DropZones that allow dropping from these that do not.
Add a footer template to the dropzone to display items below the rendered items.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT