Home All Groups Group Topic Archive Search About
Author
31 Mar 2005 12:49 AM
voo
I would like to group the rows of a datagrid so its value spans multiple rows.

Data:

A    1    12
A     2   24
A     3   11
B     1   14
B     2   12
B     3   11

I want to have A and B span 3 rows and display only once.

How can I do this in OnItemBound

Thanks.

Author
5 Apr 2005 8:21 AM
Nick Stansbury
I think what you mean is you are looking for Outlook style group-by-column
functionality. I don't know if this is possible with the MS datagrid but it
would be possible with some 3rd part controls - Telerik are just about to
release a grid control with this functionality, as well as dynamic column
re-sizing & re-ordering etc.

Nick


Show quoteHide quote
"voo" <v**@discussions.microsoft.com> wrote in message
news:170EAF51-59CF-4BDD-BC9C-F41CE9832848@microsoft.com...
> I would like to group the rows of a datagrid so its value spans multiple
rows.
>
> Data:
>
> A    1    12
> A     2   24
> A     3   11
> B     1   14
> B     2   12
> B     3   11
>
> I want to have A and B span 3 rows and display only once.
>
> How can I do this in OnItemBound
>
> Thanks.
>