Hello,
I just have installed the new Q3 2009 package and I still have an error when I try to export my radgriView into an Excel file.
Before upgrading I had an index out of range error.
After upgrading I have : Could not find neighbour element!
I'am using this very simple piece of code :
| Dim documentTop As AnalyseForm = CType(MainDock.DocumentManager.ActiveDocument.Controls(0), AnalyseForm) |
| Dim exporter As New ExportToExcelML(documentTop.DataGrid) |
| exporter.SheetMaxRows = ExcelMaxRows._65536 |
| exporter.ExportVisualSettings = True |
| Dim fileName As String = "c:\ExportedData.xls" |
| exporter.RunExport(fileName) |
Thanks for your help