Hi,
Any one have idea. I have completed Ultragrid merge cells and rows working fine. But If i export to Excel it`s not merge.
How to merge cell and row in UltraWebGridExcelExporter
Date Day Count Week Number Week Count(Adding day counts)
7/11/2008 2 33 9
7/12/2008 3 33 9
7/13/2008 2 33 9
7/14/2008 2 33 9
7/22/2008 4 34 9
7/23/2008 1 34 9
7/24/2008 2 34 9
The above values need to display two rows and cells.
Regards
SRSD
To my knowledge, WebGridExcelExporter doesn't pay attention to column merging that was done in the corresponding cells in WebGrid. You may need to handle events on the exporter (such as RowExported), query to see if cells are set up with ColSpan properties, and merge the corresponding cells in the row using the Infragistics.Excel API.
I don't have any sample code that I can provide at this point, but I hope this quick answer helps get you on the right track.
Any one have idea above request? help to me