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!>
Thanks for joining our community and helping improve Syncfusion products!
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: