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

C:\Users\Public\Documents\Syncfusion\Windows\17.4.0.39\DataGrid.WinForms\Samples\Grouping\Grouping\CS

and modified it to allow for editing

sfDataGrid.AllowEditing = true;

in GridSettings().

When I run the demo and edit a cell for example change "Alice Mutton" to "Alice" grid does not respond to change and does not refreshes the grouping. I have found this in my application as well.

Empty

Is this a bug or I am missing something?