datagrid row with colspan, subtotals categoryname

rainwood

New member
Joined
Apr 10, 2006
Messages
1
Programming Experience
3-5
Hello.
I am trying to achief the following on a Winform application, if possible with a datagrid.

sampledatagrid.jpg


So, what I am looking for is in a datagrid, I would like to have a group row, in web called a summary row.
I don't really care about the calculations in that row (the group totals) but it would be a different way of showing parent-child data than for example using a treeview control.
So, I would like to have a datagrid for example showing my partlist ordered by category:
For each category I would like to have a row with full colspan and different color showing only the catagoryname
see attached image the format I am looking for.
Once again: it is a winform application.....
any help would be great!
 
Back
Top