This is a question someone asked a long time ago here:
I would like to display the columns of a DataRow in more than one row of the GridView.
Something like
HeaderRow Last Name First Name
Phone Email
Row 1 Bill Smith
719-999-9999 Bill@jk.com
Row 2 Joe Brown
203-000-0000 Joe@br.com
Can this be done? I have done this in WinForms RadGridView in the past using an HtmlViewDefinition, and I was hoping WPF had the same sort of option.
Thanks