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!>
Thanks for joining our community and helping improve Syncfusion products!
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.
Is this a bug or I am missing something?