Hello:
Is it possible upgrade from infragistics 10.3 to 11.1?
We need some features like AsyncExport with XamDataGrid that is not in our version.
Do you know any other way to use AsyncExport without upgrade to new version of Infragistics? (I have been testing about this:
Dispatcher.CurrentDispatcher.Invoke(DispatcherPriority.Normal,new Action(delegate() {ExportExcel(); }));
But in the method ExportExcel:
.... DataPresenterExcelExporter exporter = new DataPresenterExcelExporter(); exporter.Export(presenterControl, fileName, WorkbookFormat.Excel2007); //This calling faults!
.....
Best Regards,
Hello,
Thank you for your post. I have been looking into it and I can say that this behavior is expected because you are not able to use instances from the UI thread in other threads, so my suggestion is to upgrade to version 12.1 which is our latest version or wait a couple of days when we release version 12.2 and try it.