Do you plan to add the grouping of 1 to n columns feature to the DataGridView control? (see attached screenshot).
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
Please login first to submit.