I am using datagrid to populate a report. I need to merge few columns in
the header rows. As well as few rows also.
same as we use to do with HTML Tables such as colspan = 3 and Rowspan =
2.
Kinldy advise...
Alexey Smirnov - 06 Jun 2007 15:13 GMT
> I am using datagrid to populate a report. I need to merge few columns in
> the header rows. As well as few rows also.
[quoted text clipped - 5 lines]
>
> *** Sent via Developersdexhttp://www.developersdex.com***
http://dotnetjunkies.com/WebLog/joshuagough/archive/2006/06/23/141038.aspx
marss - 06 Jun 2007 20:44 GMT
Ahmed Jewahar :
> I am using datagrid to populate a report. I need to merge few columns in
> the header rows.
Hi,
Here a simple and handy approach to merge header columns in GridView.
http://marss.co.ua/MergingGridViewHeaderColumns.aspx
I guess it is easy to rework it for DataGrid.
Regards, Mykola
Ahmed Jewahar - 10 Jun 2007 16:38 GMT
Hi,
Thanks for the link. I will check and let u know the results.
Rdgs/
marss - 06 Jun 2007 20:47 GMT
> I am using datagrid to populate a report. I need to merge few columns in
> the header rows.
Hi,
Here a simple and handy approach to merge header columns in GridView.
http://marss.co.ua/MergingGridViewHeaderColumns.aspx
I guess it is easy to rework it for DataGrid.
Regards, Mykola