The Blazor DropZone lets users drag and drop items between zones - for kanban boards and reordering.
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 those that do not.
Add a footer template to the dropzone to display items below the rendered items.
Use RadzenDropZoneContainer with RadzenDropZone areas and handle the drop events to move items between zones.
Radzen Blazor Components, © 2018-2026 Radzen.
Source Code licensed under
MIT