Hi,
Currently I am running my Web application on IE8 and work fine.Next year our company will be using Windowds7 IE9. I tried to run my web application on this platform and UltraWebGrid does not show any data but when I go to the next page within this application and coming back to the original page webgrid working fine and displaying data.
Seems like only when I get first time to this page it is not showing data in UltraWebGrid.
Please help me.
thanks so much.
Hello,
Make sure that you are using NetAdvantage 2010 Volume 2 or later as that was the first volume that had support for IE9. The last volume that has the UltraWebGrid is 2011 Volume 1 so you may want to see if the issue still happens with this volume. If it is resolved in 2011 Volume 1, the recommendation is to upgrade your application. If the issue still happens in 2011 Volume 1 then more details will be needed to look into this. Is it possible to get an example that shows the behavior or at least the relevant settings for the grid as well as any styles used on the page?
Let me know if you have any questions with this matter.
I recently downloaded NetAdvantage 2010 volume 1 as a trial version..What should I add to my project..I reference all files in web config:
<
add assembly="Infragistics2.WebUI.UltraWebChart.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
/>
add assembly="Infragistics2.WebUI.UltraWebGauge.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.Excel.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.Misc.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.Shared.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebCalcManager.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebGrid.ExcelExport.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebGrid.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebListbar.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebNavigator.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebTab.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebToolbar.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebCombo.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebDataInput.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebDateChooser.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebNavBar.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebSchedule.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebScheduleDataProvider.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebSpellChecker.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.WebHtmlEditor.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.WebUI.UltraWebGrid.DocumentExport.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
add assembly="Infragistics2.Documents.v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"
And this is my Ultrawebgrid:
igtbl:UltraWebGrid ID="UltraWebGrid1" runat="server" StyleSetName="Pear" OnSelectedRowsChange
="UltraWebGrid1_SelectedRows"
Style="margin-top: 0px" Height="150px" Width="100%" Browser="Xml"
onpageindexchanged="UltraWebGrid1_PageIndexChanged">
<Bands>
<igtbl:UltraGridBand>
<Columns>
<igtbl:UltraGridColumn BaseColumnName="HomeISC" Key="HomeISC" Width="70px">
<Header Caption="HOME-ISC">
</Header>
</igtbl:UltraGridColumn>
<igtbl:UltraGridColumn BaseColumnName="FileNo" Key="FileNo" Width="55px" >
<Header Caption="EIS-ID">
<RowLayoutColumnInfo OriginX="1" />
<Footer>
</Footer>
<igtbl:UltraGridColumn BaseColumnName="FirstName" Key="FirstName" Width="90px">
<Header Caption="FIRST NAME">
<RowLayoutColumnInfo OriginX="2" />
<igtbl:UltraGridColumn BaseColumnName="MiddleName" Key="MiddleName" Hidden="true">
<Header Caption="MID NAME">
<RowLayoutColumnInfo OriginX="3" />
<igtbl:UltraGridColumn BaseColumnName="LastName" Key="LastName" Width="120px">
<Header Caption="LAST NAME">
<RowLayoutColumnInfo OriginX="4" />
<igtbl:UltraGridColumn BaseColumnName="Title" Key="Title" Width="51px">
<Header Caption="TITLE">
<RowLayoutColumnInfo OriginX="5" />
<igtbl:UltraGridColumn BaseColumnName="HomeLoc" Key="HomeLoc" Width="52px">
<Header Caption="LOC">
<RowLayoutColumnInfo OriginX="6" />
<igtbl:UltraGridColumn BaseColumnName="TotHrs" DataType="System.Int16" Width="61px"
Key="TotHrs">
<Header Caption="YTD-HRS">
<RowLayoutColumnInfo OriginX="7" />
<igtbl:UltraGridColumn BaseColumnName="ApprHrs" DataType="System.Int16" Width="55px"
Key="ApprHrs">
<Header Caption="APR-HR">
<RowLayoutColumnInfo OriginX="8" />
<igtbl:UltraGridColumn BaseColumnName="PendHrs" DataType="System.Int16" Width="55px"
Key="PendHrs">
<Header Caption="PND-HR">
<RowLayoutColumnInfo OriginX="9" />
<igtbl:UltraGridColumn BaseColumnName="WaivFlag" Key="WaivFlag" Width="55px">
<Header Caption="WV-FLG">
<RowLayoutColumnInfo OriginX="10" />
<igtbl:UltraGridColumn BaseColumnName="WaivLmt" DataType="System.Int16" Width="55px"
Key="WaivLmt">
<Header Caption="WV-LMT">
<RowLayoutColumnInfo OriginX="11" />
<igtbl:UltraGridColumn BaseColumnName="StatusCode" Key="StatusCode" Width="45px">
<Header Caption="ST-CD">
<RowLayoutColumnInfo OriginX="12" />
</Columns>
<AddNewRow Visible="NotSet" View="NotSet">
</AddNewRow>
</igtbl:UltraGridBand>
</Bands>
<DisplayLayout BorderCollapseDefault="Separate" Name="UltraWebGrid1" RowHeightDefault="10px"
AutoGenerateColumns="False" SelectTypeRowDefault="Single" Version="4.00" ViewType="OutlookGroupBy"
StationaryMargins="Header" CellClickActionDefault="RowSelect" ColWidthDefault="80px"
StationaryMarginsOutlookGroupBy="True" RowsRange="-1" HeaderStyleDefault-Height="20px"
RowStyleDefault-Height="10px" AllowSortingDefault="Yes" EnableInternalRowsManagement="true"
HeaderClickActionDefault="SortMulti" AllowColSizingDefault="Free"
LoadOnDemand="Manual" >
<FrameStyle BackColor="#FAFCF1" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana"
Font-Size="8pt" Height="150px" Width="805px">
</FrameStyle>
<Pager Alignment="Center" AllowPaging="True" MinimumPagesForDisplay="2" QuickPages="2"
PageSize="100" StyleMode="PrevNext">
<PagerStyle BackColor="#FAFCF1" BorderStyle="Solid" BorderWidth="1px">
<BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />
</PagerStyle>
</Pager>
<EditCellStyleDefault BorderStyle="None" BorderWidth="0px">
</EditCellStyleDefault>
<FooterStyleDefault BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">
</FooterStyleDefault>
<HeaderStyleDefault BackColor="#CBD6A6" BorderStyle="Solid" ForeColor="Black" HorizontalAlign="Left">
</HeaderStyleDefault>
<RowStyleDefault BackColor="Window" BorderColor="#AAB883" BorderStyle="Solid" BorderWidth="1px"
Font-Names="Verdana" Font-Size="8pt">
<Padding Left="3px" />
<BorderDetails ColorLeft="Window" ColorTop="Window" />
</RowStyleDefault>
<RowAlternateStyleDefault BackColor="#D6E4C0">
</RowAlternateStyleDefault>
<SelectedRowStyleDefault BackColor="#BECA98">
</SelectedRowStyleDefault>
<AddNewBox>
<BoxStyle BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">
</BoxStyle>
</AddNewBox>
<ActivationObject BorderColor="170, 184, 131" BorderWidth="">
</ActivationObject>
<FilterOptionsDefault>
<FilterDropDownStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid" BorderWidth="1px"
CustomRules="overflow:auto;" Font-Names="Verdana,Arial,Helvetica,sans-serif"
Font-Size="11px" Width="200px">
<Padding Left="2px" />
</FilterDropDownStyle>
<FilterHighlightRowStyle BackColor="#151C55" ForeColor="White">
</FilterHighlightRowStyle>
<FilterOperandDropDownStyle BackColor="White" BorderColor="Silver" BorderStyle="Solid"
BorderWidth="1px" CustomRules="overflow:auto;" Font-Names="Verdana,Arial,Helvetica,sans-serif"
Font-Size="11px">
</FilterOperandDropDownStyle>
</FilterOptionsDefault>
</DisplayLayout>
</igtbl:UltraWebGrid>
I do have in bin directory file Infragistics.Guidance.Web.dll version 1.0.0.0.Is this file might cause a parser error??is any substitution for this file because I am using this file in master page.
Thanks so much.
Hello vaverbukh ,
If your application is a Web application and you’ve changed the assemblies in the bin make sure that you remove the old references from the “References” folder and add reference to the new assemblies. Let me know if that solves your issue.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
this is website and running on 2.0 framework..I check everything and seems like there is no old assembly left but still when I am deploying to development server it giving error for very first Infragisticds control:
Parser Error Message:The base class includes the field 'UltraWebMenu1', but its type (Infragistics.WebUI.UltraWebNavigator.UltraWebMenu) is not compatible with the type of control (Infragistics.WebUI.UltraWebNavigator.UltraWebMenu).
Hi vaverbukh ,
Have you removed the references from the license file as well?
Yes I did..Here is my license file:
Infragistics.Web.UI.GridControls.WebDataGrid, Infragistics2.Web.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebNavigator.UltraWebMenu, Infragistics2.WebUI.UltraWebNavigator.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebChart.UltraChart, Infragistics2.WebUI.UltraWebChart.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.WebDataInput.WebNumericEdit, Infragistics2.WebUI.WebDataInput.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebGrid.ExcelExport.UltraWebGridExcelExporter, Infragistics2.WebUI.UltraWebGrid.ExcelExport.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
ComponentArt.Web.UI.TabStrip, ComponentArt.Web.UI, Version=2008.1.1202.3, Culture=neutral, PublicKeyToken=9bc9f846553156bb
Infragistics.WebUI.WebSchedule.WebDateChooser, Infragistics2.WebUI.WebDateChooser.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
DevExpress.Web.ASPxRoundPanel.ASPxRoundPanel, DevExpress.Web.v8.2, Version=8.2.3.0, Culture=neutral, PublicKeyToken=9b171c9fd64da1d1
Infragistics.WebUI.UltraWebListbar.UltraWebListbar, Infragistics2.WebUI.UltraWebListbar.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebGrid.DocumentExport.UltraWebGridDocumentExporter, Infragistics2.WebUI.UltraWebGrid.DocumentExport.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebToolbar.UltraWebToolbar, Infragistics2.WebUI.UltraWebToolbar.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebTab.UltraWebTab, Infragistics2.WebUI.UltraWebTab.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.WebDataInput.WebPercentEdit, Infragistics2.WebUI.WebDataInput.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.WebDataInput.WebCurrencyEdit, Infragistics2.WebUI.WebDataInput.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebGrid.UltraWebGrid, Infragistics2.WebUI.UltraWebGrid.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.WebCombo.WebCombo, Infragistics2.WebUI.WebCombo.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.UltraWebNavigator.UltraWebTree, Infragistics2.WebUI.UltraWebNavigator.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.Misc.WebPanel, Infragistics2.WebUI.Misc.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Infragistics.WebUI.Misc.WebAsyncRefreshPanel, Infragistics2.WebUI.Misc.v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb
Are you talking about the IG dll's for the controls or some other dll that get created in your application?
In general you can disable debugging from the web config file in your application by setting debug=false:
<system.web>
<compilation debug="false" ...
Hi Maya,
yes this problem is gone and I was able to move it to DEvelopment server and test it.Now I have another issue.2 out of all .dll files are in debug mode.they asking me to release it otherwise they cannot move it to QA server. I do not know to how to release it.
Please help.
Thanks.
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Developer Support Engineer
Did you upgrade your application to use the new version that you downloaded?
To do that you can either use the upgrade utility or manually change the references in your project to point to the new version in the aspx pages, web configs and in the license file . You can find detailed explanation on how you can use the upgrade utility here:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Web_Using_Version_Upgrade_Utility.html
I downloaded licensed file successfully but when I go to my web application which is in VS2005 and I have file call licenses.licx I clicked on save and recieved trial version message:
This trial version ofn NETAdvantage for ASP.NET will expire after 14 usage day(s) or 7 calendar weeks(s),whichever comes first.
Please help me to resolve this issue.