DataGridView (DGV) new feature - Grouping

0
0

Do you plan to add the grouping of 1 to n columns feature to the DataGridView control? (see attached screenshot).

Attachment
  • You must to post comments
0
0

We are going to support child rows. It’s kind of already there since it’s needed for the PropertyGrid, but it’s not available in the DataGrid by itself yet.

See attached image of the PropertyGrid preview internally using the DataGrid with child rows.

We also already support ColSpan and RowSpan, see the cell style property.

/Luca

 

Attachment
  • Shawn Ramirez
    Has grouping been added in for a plain old data grid yet? Thanks
  • Dino Novak
    Any update if grouping for DGW will be released?
  • Luca (ITG)
    We have released parent and child rows. For client side grouping you can use any third party grids (see the integration blogs).
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.