DataGridView Cell Merge

0
0

Hello,

I can’t find how to merge row Cells in a datagridview .

I would like to make a treeGrid where at a certain level of expansion, the row has only 1 cell, that cell would have a control assigned to it.

It would allow to display informations which aren’t bound to the table columns structure.

Is it me which is wrong, or it isn’t yet implemented, but I seem to remember cell merging is already possible for Datagridview/listview ??

Regards.

  • You must to post comments
0
0

Hi Luca,

Yes exactly that.

The example is perfect, showing all needed Colspan and indentation possibilities and also different cell filling through either control or Html.

It highlights the power and flexibility of the product.

Thanks.

  • You must to post comments
0
0

Something like this?

There are 3 different indentation for the content row, comments in code.

 

dgvtree-withcontrols

 

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.