I want to create a grid just like we can see in microsoft office accounting 2007.

I would like to create a grid just like the one that we can see in MS Accounting 2007. Bound columns, unbound columns, more than one table related, with combo boxes... When we are creating a new invoice for example, the grid that appears to insert/update/delete.... items. Is the DATAGRIDVIEW can do this all? for example i want that the description of a product appear at the next column automatically, just like we can do in office accounting too. How is that made? With this object? With another?

Thanks, Rui Lessa.

[534 byte] By [ruivlessa] at [2008-1-4]
# 1
You can set the DataGridView.VirtualMode to true to enable a mixture with bound column and unbound column, use the DataGridViewComboBoxColumn to have ComboBoxes in the DataGridView.
Zhi-XinYe-MSFT at 2007-9-26 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...