Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
David #1
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
-
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... -
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... -
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... -
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... -
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 -
Ken Cox [Microsoft MVP] #2
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
-
David #3
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



Reply With Quote

