Hi Infragistics Team,
My Selp P Nagarajan Now currently working Credit Suisse . we are already used inragistics version 1.0.3300.0, Now Upgrading 2015 v1 version is 15.1.20151.1018.
Problem :
Now Update the Control WebExcelExporter . & WebDataGrid. It’s throw some Error:
“The base class includes the field 'ExcelExporter', but its type (Infragistics.Web.UI.GridControls.WebExcelExporter) is not compatible with the type of control (Infragistics.Web.UI.GridControls.WebExcelExporter).”
Please help on this.
Some page supported for Above Two control: but while Running it’s throw some Error , I deleted Temporary file also.
c:\Users\np4\AppData\Local\Temp\Temporary ASP.NET Files\root\f7182386\70a76ab\App_Web_fairvalueleveladmin.aspx.cdcab7d2.aax945gk.0.cs(351):
error CS0433: The type 'Infragistics.Web.UI.EditorControls.WebNumericEditor' exists in both 'c:\Windows\Microsoft.NE
Please help on this two problem . or any give me solution .
Hello Sneha,
Thank you for your reply.
You can see all the properties, events, etc. of WebExcelExport here - https://help.infragistics.com/Help/Doc/ASPNET/2015.2/CLR4.0/html/Infragistics4.Web.v15.2~Infragistics.Web.UI.GridControls.WebExcelExporter_members.html.
For the events, look at the public events section from the same link. The event you are looking is now called "Exporting" - https://help.infragistics.com/Help/Doc/ASPNET/2015.2/CLR4.0/html/Infragistics4.Web.v15.2~Infragistics.Web.UI.GridControls.WebExcelExporter~Exporting_EV.html.
Please let me know if you need further assistance.
Thanks For Replay Tihomir lliev,
Infragistics.WebUI.UltraWebGrid.ExcelExport; this namespace available old version . now upgrading 2015 v1. but this namespace not available . if any other namespace is there ?
See below Code: I need to know what are property available in webdatagrid & WebExcelExporter .
ExcelExporter.BeginExport += new Infragistics.WebUI.UltraWebGrid.ExcelExport.BeginExportEventHandler(ExcelExporter_BeginExport);ExcelExporter.ExcelStartRow = 4;
in update version 2015 v1 ExcelStart row, & BeginExportEventHandler also not available . can you provide which property & event also is available in 2015 v1,
Thanks & Regards
Nagarajan P
Hello,
Thank you for the update.
In this document you can find all the differences between UltraWebGrid and WebDataGrid controls:
http://dl.infragistics.com/pg/cheat-sheet/InfragisticsASPNETGridCheatSheet.pdf
Here is link for WebDataGrid documentation:
https://es.infragistics.com/help/aspnet/webdatagrid-using-webdatagrid
Please let me know if I can provide any further assistance.
Hi Tihomir lliev,
Thanking you . I updated the latest Dll . is working fine.
I need one help.
we are already using Ultrawebgrid control . see below code:
<td><igtbl:ultrawebgrid id="ProductGrid" runat="server" width="100%" imagedirectory="/ig_common/Images/"
useaccessibleheader="False">
<displaylayout usefixedheaders="True" colwidthdefault="300px" stationarymargins="Header" allowsortingdefault="Yes"
rowheightdefault="20px" version="5.3" viewtype="Hierarchical" bordercollapsedefault="Separate"
rowselectorsdefault="No" loadondemand="Manual" name="ProductGrid" tablelayout="Fixed" cellclickactiondefault="CellSelect"
AllowUpdateDefault="Yes">
<addnewbox prompt="">
<style borderwidth="1px" borderstyle="Solid">
<borderdetails colortop="White" widthleft="1px" widthtop="1px" colorleft="White">
</BorderDetails>
</style>
<buttonstyle cursor="Default" font-size="8pt" font-names="Arial" forecolor="White" backcolor="#003366"
cssclass="ActionButton"></buttonstyle>
</addnewbox>
<pager>
<style borderwidth="1px" borderstyle="Solid" backcolor="LightGray">
<borderdetails colortop="White" widthleft="1px" widthtop="1px" colorleft="White"></BorderDetails>
</pager>
<headerstyledefault cursor="Hand" font-size="8pt" font-names="Arial" font-bold="True" borderstyle="Solid"
horizontalalign="Left" backcolor="#D3E0E5" wrap="True">
<borderdetails colortop="White" widthleft="1px" widthtop="1px" colorleft="White"></borderdetails>
</headerstyledefault>
<framestyle width="100%" borderwidth="1px" font-size="8pt" font-names="Verdana" borderstyle="Solid"
height="550px" cssclass="CsBackgroundColor"></framestyle>
<footerstyledefault borderwidth="1px" borderstyle="Solid" backcolor="LightGray">
</footerstyledefault>
<activationobject bordercolor="85, 119, 153"></activationobject>
<editcellstyledefault borderwidth="0px" borderstyle="None"></editcellstyledefault>
<rowstyledefault textoverflow="Ellipsis" cursor="Hand" borderwidth="1px" bordercolor="White" borderstyle="Solid">
<padding left="3px"></padding>
<borderdetails widthleft="0px" widthtop="0px"></borderdetails>
</rowstyledefault>
<imageurls sortdescending="/WebPortalCommon/images/sortdown.gif" expandimage="/WebPortalCommon/images/plus.gif"
collapseimage="/WebPortalCommon/images/minus.gif" sortascending="/WebPortalCommon/images/sortup.gif"></imageurls>
</displaylayout>
<bands>
<igtbl:ultragridband BaseTableName="Table1" Key="Table1" DefaultColWidth="472px">
<headerstyle height="20px"></headerstyle>
<columns>
<igtbl:ultragridcolumn HeaderText="Family" Key="FamilyName" IsBound="True" Width="472px" BaseColumnName="FamilyName"
AllowUpdate="no">
<footer key="FamilyName"></footer>
<header key="FamilyName" caption="Family"></header>
</igtbl:ultragridcolumn>
<igtbl:ultragridcolumn HeaderText="" Key="FamilyGUID" IsBound="True" BaseColumnName="FamilyGUID" Hidden="True">
<footer key="FamilyGUID">
<rowlayoutcolumninfo originx="1"></rowlayoutcolumninfo>
</footer>
<header key="FamilyGUID" caption="">
</header>
</columns>
</igtbl:ultragridband>
<igtbl:ultragridband BaseTableName="Table2" Key="Table2" DefaultColWidth="100%">
<rowexpandeffects type="RandomDissolve"></rowexpandeffects>
<igtbl:ultragridcolumn HeaderText="" Key="FamilyGUID" IsBound="False" BaseColumnName="FamilyGUID" Hidden="True">
<igtbl:ultragridcolumn HeaderText="Product" Key="ProductName" IsBound="False" BaseColumnName="ProductName"
<footer key="ProductName"></footer>
<header key="ProductName" caption="Product"></header>
<igtbl:ultragridcolumn HeaderText="" Key="ProductGUID" IsBound="False" BaseColumnName="ProductGUID" Hidden="True">
<footer key="ProductGUID">
<rowlayoutcolumninfo originx="3"></rowlayoutcolumninfo>
<header key="ProductGUID" caption="">
<igtbl:ultragridcolumn HeaderText="" Key="PipGUID" IsBound="False" BaseColumnName="PipGUID" Hidden="True">
<footer key="PipGUID">
<rowlayoutcolumninfo originx="4"></rowlayoutcolumninfo>
<header key="PipGUID" caption="">
<igtbl:ultragridcolumn HeaderText="ExternalId" Key="ExternalId" IsBound="True" Width="150px" BaseColumnName="ExternalId"
DataType="System.String" FieldLen="20">
<footer key="ExternalId">
<rowlayoutcolumninfo originx="5"></rowlayoutcolumninfo>
<header key="ExternalId" caption="External ID">
<igtbl:ultragridcolumn HeaderText="OrigExternalId" Key="OrigExternalId" IsBound="False" BaseColumnName="ExternalId"
Hidden="True">
<footer key="OrigExternalId">
<rowlayoutcolumninfo originx="6"></rowlayoutcolumninfo>
<header key="OrigExternalId" caption="Original External ID">
</bands>
</igtbl:ultrawebgrid></td>
Now Upgrade the WebDataGrid control . what are the changes need ? . it's load the data only . you know WebdataGrid Property's & Event & all . please help on this.
Thank you for contacting us.
Your issues are caused by using both versions at the same time. Attempting to use multiple versions in the sample project will cause conflicts and the controls won’t know what version of the assemblies to use.
When updating to newer version, you should replace:
1. All the DLLs with the new ones.
2. All the references in the project to point to the new version (this includes web.config and aspx pages).
Please let me know if you need anything else.