One record from a datatable into two rows in a datagrid view

How can it be achieved to display one record from a datatable into two rows in a datagridview.

I've seen this example in the MSDN Windows Forms on Tour, where the outlook userinterface was rebuilt in .NET.

[209 byte] By [frgu] at [2008-2-7]
# 1
It isn't easy, and even harder when databound, but basically you need to custom draw a DataGridViewRow. Check out the "How to:Customize the Appearance of Rows in the Windows Forms DataGridView" doc topic in Beta2 for an example of this.

-mark
Program Manager
Microsoft
This post is provided "as-is"

MarkRideout at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Data Controls and Databinding...