When using the drag-and-drop functionality in the grid, the grid initially appears empty. After successfully dropping the first row, attempts to drop the second row fail unless the drop is performed directly under or above the existing row. Users should be able to drop subsequent rows into any empty area of the grid.
- Open the sample provided in the link:
Blazor Playground Sample - Observe that the grid is initially empty.
- Drag and drop the first row into the empty grid.
- Attempt to drag and drop a second row into the grid.
- Notice that the second row can only be dropped directly under or above the existing row but not in the empty area.
Expected Behavior:
- After the first row is dropped, users should be able to drop subsequent rows anywhere within the grid’s empty space, not just under or above an existing row.