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!

0
Votes

A null exception was thrown when we dynamically changed the groupBy fields to undefined inside the filtering event and scrolled the popup

https://stackblitz.com/edit/angular-jht1dn-et8qdr?file=src%2Fapp.component.html,src%2Fapp.component.ts

Reproduction Steps:

  • Run the sample
  • Search any value (eg: type ‘r’ in input)
  • And scroll the popup
  • You can see the issue in console

Expected Behavior: Null exception should not occurs

Current Behavior: Null exception has thrown