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
120
Ultra web Grid excel export is not working.
posted

Hi,

I am trying to export data from a UltraWebGrid to excel using UltraWebGridExcelExporter.

In C# code behind code i mentioned like this:

this.eExporter.Export(this.uwgAssetSearch,"Asset.xls");

It's throwing following errors:

the type 'Infragistics.Excel.Workbook' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics35.WebUI.Excel.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'

The type 'Infragistics.Excel.Worksheet' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics35.WebUI.Excel.v10.2, Version=10.2.20102.1011, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.

 

If i include above said Infragistics35.WebUI.Excel.v10.2 dll, its creating a conflict with existing dll Infragistics35.Web.v10.2.  I am also using WebDataGrid also with excel functionality and its working fine.

 

 

 

Parents
No Data
Reply Children