Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
Upgrade from 10.3 to 11.1
posted

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,

Parents
No Data
Reply
  • 138253
    Verified Answer
    Offline posted

    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.

Children
No Data