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

Need to improve the performance of server-side engine by following ways,

  • Avoid to call server to fetch data for unnecessary cases like if the data already available in client side.
  • Avoid to use the RAM memory to store the information and use memory mapping concept to achieve the same.
  • Currently the pivot table works without any reasonable performance lags up to 1 million rows * 10 fields. Increase the threshold limit.