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
60
WebDataGrid WebExcelExporter issue
posted

We are using Infragistics4.Web.v11.2.dll for webdatagrid in .net 2010

<%@ Register assembly="Infragistics4.Web.v11.2, Version=11.2.20112.1019, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.GridControls" tagprefix="ig" %>

<ig:WebExcelExporter ID="eExporter" ExportMode="Download" runat="server">                                 </ig:WebExcelExporter>

the code above given the below error

Error 9 The base class includes the field 'eExporter', but its type (Infragistics.Web.UI.GridControls.WebExcelExporter) is not compatible with the type of control (Infragistics.Web.UI.GridControls.WebExcelExporter).

~\RTMWeb2\Reports\WGDailyDetail.aspx 1

Please help us how to resolve it.

Parents
  • 37874
    posted

    Hi bganesan81,

    Thank you for posting in the community.

    Could you please provide me with a small isolated sample project, replicating the issue, in order to be able to investigate this further.

    Thank you.

Reply Children
No Data