Skip to content

[Feature Request]: DataGridView Grouper panel #590

Description

@pipiscrew

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Version:110completedThis issue has been completed.enhancementNew feature or requestnew featureA new feature has been requested.suggestionA suggestion has been requested.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions