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 would need the project that you are trying to upgrade to see what is happening. As an alternative you could try doing the upgrade manually by doing a string replacement on all of the files in the project replacing ".v7.3, Version=7.3.20073.38, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB" with ".v11.1, Version=11.1.20111.1006, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB".
Note that before doing the find and replace you should take a back up of your project.
I did this yesterday and on my local machine worked fine but when I deploy to development server I received parser error on very first infragistics control in web application which is ultrawebmenu.
If the issue only happens on deployment you should make sure that you are deploying everything correctly. This includes all the files in the site, the assemblies, and if you are using local JavaScript and image files those as well. If you provide the specific error, I may have a better idea of what might be missing.
Good morning,
I deployed all files to development server:Web config file,tagprefixesconfig and that error I received when ran in development server:
Parser Error: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)
<%
@ Control Language="C#" AutoEventWireup="true" CodeFile="WaiverMenu.ascx.cs" Inherits="Controls_WaiverMenu" %>
ignav:UltraWebMenu ID="UltraWebMenu1" StyleSetName ="Pear" runat="server" JavaScriptFilename="" JavaScriptFileNameCommon="" LeafItemImageUrl="" ParentItemImageUrl="" WebMenuTarget="VerticalMenu" SeparatorClass="" Width=
"170">
<Images>
<SubMenuImage Url="ig_menuTri.gif" />
There error sounds as though two versions of the assembly containing the UltraWebMenu are being loaded. You would likely be able to verify this if you attach a debugger or use a tool like process explorer to look at the loaded assemblies. Have you verified that there are no files still referencing the older version of the controls on the web server by doing a string search for the version number? Also if you are deploying the assemblies in the bin directory of your application, make sure that the old assemblies have been removed.
Hello vaverbukh ,
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" ...
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://ko.infragistics.com/support
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.