I have exported grid data successfully using "Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter". This grid have 3 level relationship and its exported correctly 3 level, but grid data has been shifted to one column next to the column name. Now i want to copy/cut the data and paste it one column before.
I.E data is exported in (B4 : M7) but I want these data to the (A4 : L7)
Bellow is the sample data that I have exported
Current Result:
Expected Result:
Please help on the same
Or Anyone help me to export grid data with different method/Ideas as expected result.
Thanks in advance
Shashi Jaiswal