Group Headers in Datagrid

Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default Group Headers in Datagrid

    Does the datagrid control provide a way to display records under group
    headers? In Microsoft Access, it's easy to create reports with detail
    records displayed under group headers, which is makes finding info easy for
    users, especially in somewhat long reports. I'd really love to be able to
    make similar reports available as web pages, especially like the reports in
    Group Policy Management Console, which creates collapsing headers. A user
    clicks each group header to expand or collapse the underlying detail -
    really really great for finding, say, your department employees' training
    schedule in a large organization with lots of departments, employees and
    scheduled events.
    Thank you,
    David


    David Guest

  2. Similar Questions and Discussions

    1. DataGrid with Slanted Headers
      I've got a tough question. I'm looking to have a data grid with many columns, most of which are custom columns. To make room for all that i would...
    2. adding sub group headers dynamically for datagrid in prerender
      problem.. the code creates a header row when i see the rendered hTML but it is not creating the table cell inside the row. ie. it is rendering as...
    3. Changing Headers on DataGrid
      I have not had my previous posts answered and I really need to fix this problem. Please help. I have populated a datagrid in code but I would...
    4. Datagrid Headers ???
      I want to know my headers of datagrid will not be known in advance, the headers will be parsed at the run time by an array list. How would I be able...
    5. headers for datagrid
      Is there a way i can enable rowheaders and columnheaders(which are like button) on a datagrid control. Appreciate any help. Thanks
  3. #2

    Default Re: Group Headers in Datagrid

    Hi David,

    A couple of ideas... First, check out this article:

    [url]http://aspalliance.com/7[/url]

    Also, it sounds like HierarGrid might give you part of the expand/collapse
    effect you want.

    [url]http://www.denisbauer.com/ASPNETControls/HierarGrid.aspx[/url]

    Ken

    "David" <deaton@nospamever.dsnonline.org> wrote in message
    news:RPo_d.5372$hu3.428@twister.rdc-kc.rr.com...
    > Does the datagrid control provide a way to display records under group
    > headers? In Microsoft Access, it's easy to create reports with detail
    > records displayed under group headers, which is makes finding info easy
    > for users, especially in somewhat long reports. I'd really love to be able
    > to make similar reports available as web pages, especially like the
    > reports in Group Policy Management Console, which creates collapsing
    > headers. A user clicks each group header to expand or collapse the
    > underlying detail - really really great for finding, say, your department
    > employees' training schedule in a large organization with lots of
    > departments, employees and scheduled events.
    > Thank you,
    > David
    >
    Ken Cox [Microsoft MVP] Guest

  4. #3

    Default Re: Group Headers in Datagrid

    Ken,
    Thanks very much for the great links. Not as easy as the Access report
    wizard, but with some effort on my part, the nested HierarGrid should work
    nicely.
    David

    "Ken Cox [Microsoft MVP]" <BANSPAMken_cox@sympatico.ca> wrote in message
    news:%23YVf1D1KFHA.2640@TK2MSFTNGP09.phx.gbl...
    > Hi David,
    >
    > A couple of ideas... First, check out this article:
    >
    > [url]http://aspalliance.com/7[/url]
    >
    > Also, it sounds like HierarGrid might give you part of the expand/collapse
    > effect you want.
    >
    > [url]http://www.denisbauer.com/ASPNETControls/HierarGrid.aspx[/url]
    >
    > Ken
    >
    > "David" <deaton@nospamever.dsnonline.org> wrote in message
    > news:RPo_d.5372$hu3.428@twister.rdc-kc.rr.com...
    >> Does the datagrid control provide a way to display records under group
    >> headers? In Microsoft Access, it's easy to create reports with detail
    >> records displayed under group headers, which is makes finding info easy
    >> for users, especially in somewhat long reports. I'd really love to be
    >> able to make similar reports available as web pages, especially like the
    >> reports in Group Policy Management Console, which creates collapsing
    >> headers. A user clicks each group header to expand or collapse the
    >> underlying detail - really really great for finding, say, your department
    >> employees' training schedule in a large organization with lots of
    >> departments, employees and scheduled events.
    >> Thank you,
    >> David
    >>
    >

    David Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139