Check out this article, here i have explained how you can extend datagrid to
have common headers like what you have asked for.
http://www.extremeexperts.com/Net/Ar...gDataGrid.aspx
--
Saravana
Microsoft India Community Star,MC**
www.extremeexperts.com
"Edwin" <> wrote in message
news:...
> Hi there,
> How can I add a master header for two or more of my datagrids columns.
> suppose I have three columns with "Year","Month" and "Day" headers and I
> want to set a main header (i.e. Date) above them.
>
> this is a simple task in HTML, by setting RowSpan, and ColSpan properties.
>
> thanks in advance,
> Edwin
>
>