Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes

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.

  1. Open the sample provided in the link:
    Blazor Playground Sample
  2. Observe that the grid is initially empty.
  3. Drag and drop the first row into the empty grid.
  4. Attempt to drag and drop a second row into the grid.
  5. 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.