Hi
I'm facing a problem that I have to export the data from two ultra web grids to one single excel sheet in a workbook.
can anybody help me in solving this.
Regards.
There are a bunch of overrides on the Export method. The one you'll want to use in particular is Export(grid, worksheet, startrow, startcolumn)
In order to use this method, you'll want to create a new workbook, which can be done by leveraging the Infragistics.Excel library.
Hope this helps,
-Tony