Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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 attempting to drag and drop a task on the client side, an issue occurs when the server responds with a bad request.

Case 1: When server respond with bad request, we need to return the data along with the bad request and based on the data received in the client side with actionFailure event, we need to revert the modified data in the data source.

Case 2: Also need to check whether any invalid data is passed with the modified data to the server side when drag and drop action.

Replication Procedure:

  1. Run the sample. Front-end sample: https://codesandbox.io/s/gantt-edit-does-not-clean-editedrecords-on-error-forked-updated-07-03-2023-forked-ewhrpq. Backend Sample:https://www.syncfusion.com/downloads/support/directtrac/general/ze/DataManager_(4)1298449842.zip
  2. Drag activity with id 1 into activity with id 2. Server should respond with a BadRequest, this is expected behaviour.
  3. Drag activity with id 3 to the top of the project (above activity with id 1, not inside!).