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

Currently, the UI operations performed in grouping bar/field list such as 

- Moving any fields among axes, 

- Removing any fields, 

- Adding new field 

take initial rendering time with virtual scrolling feature while loading huge size of records. So, need to improve the performance of the above operations by grouping the raw items based on the bounded fields in report. Then the pass the grouped raw items as the raw items for further processing.