Hi,
i am having a problem regarding exporting an ultra grid to excel file.
for exporting a single data grid i am using the following code.it is working properly.
ResourceSetupUGExcelExporter.FileLimitBehaviour = ExcelExport.FileLimitBehaviour.TruncateData
ResourceSetupUGExcelExporter.Export(gridNeedToPrint, reportName)
my problem is that i am having two ultra win grid's and i want to export them to a single excel in horizontal .
could you please provide a good solution for my problem.
one more problem is that one of the column consist of check box and while exporting the check box it is displayed as true/false in excel sheet.
is there any way to copy the check box as it is so that it could be displayed neatly in excel file instead of true/false.
Thanking You.
syago01 said: my problem is that i am having two ultra win grid's and i want to export them to a single excel in horizontal . could you please provide a good solution for my problem.
What's the problem? Are you trying to export both grids to the same worksheet? Or to two different worksheets?
syago01 said: one more problem is that one of the column consist of check box and while exporting the check box it is displayed as true/false in excel sheet. is there any way to copy the check box as it is so that it could be displayed neatly in excel file instead of true/false.
There is currently no built-in way to do this.
Hi Mike,
i am trying to export both grid's to a single worksheet.
is it possible????
this is my first problem.
My second problem is that i want to export checkbox data grid as it is to the worksheet.