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

Hello,

We are encountering another error when using Deferred Layout Updates with a dynamic data set. A previous bug fix allowed us to use deferred settings with dynamic data, but now we are finding if a filter is applied to an item in the rows axis and there is something in the values axis, the field list control shows the spinner but locks up and an error is thrown in the console (regarding the aggregateType property being undefined).

Reproduced here: 

https://stackblitz.com/edit/angular-k3g1iy-yckhsp?file=app.component.ts

Reproduction steps:

  1. 
    Switch to pivot grid

  2. Load Data Set 2
  3. Drag "Test Col 3" to Values axis.
  4. Drag "Gender" to Rows axis.
  5. Click filter icon next to Gender
  6. Unselect one of the options so that only MALE or FEMALE is selected.
  7. Click Apply button.
  8. Instead of loading the pivot grid, the field list locks up and shows this error in the console:

Empty


Please let me know if there are any questions.

Thanks,

Michael