gridview tricks for doing grouping, subtotals and grand totals etc

Last post 09-26-2006 9:35 AM by BitShift. 0 replies.

Sort Posts:

  • gridview tricks for doing grouping, subtotals and grand totals etc

    09-26-2006, 9:35 AM
    • Participant
      788 point Participant
    • BitShift
    • Member since 07-31-2006, 9:15 AM
    • Posts 405

    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 ?

     

Page 1 of 1 (1 items)