Including Datagrid, the gridview still requires some effort on your
part if you want to simulate grouping of rows, and especially if you
want to do subtotals for each group. Here are some of the ways
ive both used and read about:
- use multiple grids, one outer that contains the "grouped" column, and
for each row of that grid, insert a new grid with the details
- row by row processing of the grid
Anyone want to add to the list ?