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
695
UltraGrid empty data after assignment at DataSource
posted

Hi,

Appreciate help to resolve my problem here: -

Infragistics.Win.UltraWinGrid.UltraGrid ulgexport = new Infragistics.Win.UltraWinGrid.UltraGrid();ulgexport.DataSource = _presenter.GetManufacturerInfo();ExcelExporter.Export(ulgexport, dlgExcelExport.FileName);  

Why the data in excel file is blank even though the DataSource is assigned with data?

Thanks a lot