Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, 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!

1
Vote

I updated Syncfusion components to latest available in my project and I'm using row drag and drop feature inside the data grid. I use the actionComplete event to make some calculations after order has changed, but with this latest versions the actionComplete event is not triggered. My old version was 17.4.46 which worked perfectly. Here is an example where row drag and drop should trigger output to console.log, but nothing is written in console when I drag and drop a row to another position.

I have forked some example with 18.x.x versions, but the latest version have same problem:

https://codesandbox.io/s/297565-edit-in-single-click-forked-9nsxt?file=/src/App.vue

Am I missing something or is there some changes how it should work?