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

The actionComplete event with requestType as columnstate gives improper  columns when changing the visibility via the columnchooser functionality. 

Attached the sample below,


Sample: https://stackblitz.com/edit/bzehg2?file=src%2FApp.vue


Steps: 

Run the sample, change the visibility of OrderID to true, we can get the column in the actionComplete method.

Now, try to make two columns visible false, OrderID and CustomerID, only one column is retreived in the actionComplete method.