Hi,
I'm developing a Windows Forms application using data grid to display
information about customer's orders. There are many columns in a single
data set, that could be grouped into let's say general information,
weight details, description details. My problem is as follows:
1) I'd like to wrap colums so that information about a single order is
displayed in many rows, rather than scroll long list of columns in a
single row.
2) I'd like to decide where wrapping occurs, to realise the grouping.
I'd like to display general information in one row, weight details in
second one and description details in third.
I'd rather stick to a single data set.
Is there any way of coding things as described? I've searched the web
and found some solution for ASP data grid, but this does not apply to
Windows Forms.
Thanks in advance.
|