Is your feature request related to a problem? Please describe.
no is not
Describe the solution you'd like
modern grids, which is not based on datagridview having group panel, where the user can drag&drop a column by datagridview (one or n).
Describe alternatives you've considered
alt is an extension here.. Which also it can have a default group on startup (w/o user interaction) by typing :
//set the **datagridview property** by **combo CTL** then when fill the datagridview :
var grouper = dataGridViewGrouperControl1.Grouper;
grouper.Options.StartCollapsed = true;
grouper.SetGroupOn("Patient");
[edit]
found a 2016 repo Krypton-OutlookGrid good to put together with the Krypton-Suite/Extended-Toolkit.
Additional context
very important functionality.
Is your feature request related to a problem? Please describe.
no is not
Describe the solution you'd like
modern grids, which is not based on datagridview having group panel, where the user can drag&drop a column by datagridview (one or n).
Describe alternatives you've considered
alt is an extension here.. Which also it can have a default group on startup (w/o user interaction) by typing :
[edit]
found a 2016 repo Krypton-OutlookGrid good to put together with the Krypton-Suite/Extended-Toolkit.
Additional context
very important functionality.