Option to allow drag and drop row(s) in data grid #391

Closed
opened 2026-01-29 17:36:32 +00:00 by claunia · 2 comments
Owner

Originally created by @diskman on GitHub (Apr 28, 2022).

Is your feature request related to a problem? Please describe.
As DataGrid user I would like to choose rows which I would like to move below or above current position.

Describe the solution you'd like
Using the row checkbox selector or just by dragging and dropping a row in the data grid I would like o change the position row(s) on the grid.

Describe alternatives you've considered
There can be some kind of workaround like providing new index of selected items or up and down arrow to move items to top or bottom.

Additional context
Slickgrid component offers something similar https://mleibman.github.io/SlickGrid/examples/example9-row-reordering.html

Originally created by @diskman on GitHub (Apr 28, 2022). **Is your feature request related to a problem? Please describe.** As DataGrid user I would like to choose rows which I would like to move below or above current position. **Describe the solution you'd like** Using the row checkbox selector or just by dragging and dropping a row in the data grid I would like o change the position row(s) on the grid. **Describe alternatives you've considered** There can be some kind of workaround like providing new index of selected items or up and down arrow to move items to top or bottom. **Additional context** Slickgrid component offers something similar https://mleibman.github.io/SlickGrid/examples/example9-row-reordering.html
Author
Owner

@MPapst commented on GitHub (Apr 28, 2022):

See #122, you can implement that on your own for the data grid.
You just can adapt one of the various guides for blazor on the internet, like this one: https://chrissainty.com/investigating-drag-and-drop-with-blazor/

@MPapst commented on GitHub (Apr 28, 2022): See #122, you can implement that on your own for the data grid. You just can adapt one of the various guides for blazor on the internet, like this one: https://chrissainty.com/investigating-drag-and-drop-with-blazor/
Author
Owner

@enchev commented on GitHub (Apr 29, 2022):

We do not plan to add such feature. The only way to resort items is to sort the data bound to the DataGrid.

@enchev commented on GitHub (Apr 29, 2022): We do not plan to add such feature. The only way to resort items is to sort the data bound to the DataGrid.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#391