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

I have encountered a bug related to grid column grouping in combination with setting allowReordering=true. Attached is a sample (ASP.Net Core 5, Angular 11.2.3, Syncfusion 19.1.64).

If column is not allowed to be grouped (allowGrouping=false), it is not prevented.
In provided sample, if column "Order ID" is drag&dropped into drop panel, column is added but nothing happens (grouping1.png). When clicking on "x" (click here to ungroup), nothing happens. If I try to reorder grouped column, grouping is applied, despite allowGrouping=false (grouping2.png).