Is it possible to show a Progressbar while I am exporting records to Excel or Word?
Thank you, that was EXACTLY what I needed...!!
Hello Marius,
What you could in order to show progress indicator while exporting an Excel file and Word file is to use the ExportAsync methods of UltraGridExcelExporter and UltraGridWordWriter. It will export the grid asynchronously and will provide you with progress indicator on top of it. If you want to know more about this method please visit the following link:
http://help.infragistics.com/Doc/WinForms/2013.2/CLR4.0/?page=Infragistics4.Win.UltraWinGrid.ExcelExport.v13.2~Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter~ExportAsync.html
Please let me know if you have any additional questions.