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

Hello Syncfusion Team,

I am experiencing unintended behaviour when I set "AllowRowDragAndDrop" and "AllowDragSelection" to be true when the selection type is set to "SelectionType.Multiple". It is allowing me to drag and drop rows, properly, but I am unable to select tasks using Drag Selection, which means it is impossible to use the DragSelection feature with this combination of features enabled.

I am attaching a video where I showcase the behaviour I am experiencing. Since I have DragSelection enabled, the actions I am performing should be attempting to select the rows I am dragging my mouse on instead of dragging and dropping them.

After completing this, can you also verify that it is working properly on the Gantt Chart component? I am experiencing the inverse issue with this component where attempting to disable DragSelection has no effect (ie, Drag Selection will be enabled regardless of whether you set "AllowDragSelection" to true or false, as long as you have the selection type set to "SelectionType.Multiple" and "AllowRowDragAndDrop" is set to true).


Thank you!