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!

2
Votes

Right now, if I change the columns of a data grid at runtime, the data is loaded again from the API. Since I have to show different columns dependent of the data, this creates an endless request loop.

I found a workaround for the problem by canceling every second request, but I don't like this solution very much. It would be better if one of two changes were made to the grid:

  • Do not load data after column change: If a reload is needed, there is always a chance to call the reload method.
  • Add a flag to the grid settings that specifies if data should be reloaded after column change: If the default is yes, there is no change in the current behavior unless I actively choose so.
Perhaps this behavior is shown with other changes to the grid settings, too. In that case, this feature request applies to these situations accordingly.