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>
Hello vaverbukh ,
You can register the product key in our website.
You can do that by entering in your account and selecting from the menu on the left “Product Registration”.
After you register the key the product will appear in the “Keys & Downloads” section.
Select the product and from the downloads get the platform installer. Once you run it , it will ask for the product key. Enter your new product key and click on the Update Key button.
I see that you currently use version 11.1.20111.1006.I’d recommend that you get the latest Service release for 11.1 which is: 11.1.20111.2238 since it’s the newest one.
Let me know if you have any questions.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://es.infragistics.com/support
Hi,could you give me a link to that version 11.1.20111.2238 or guide where from I can downloaded.
Thanks so much.
You can download the latest service release for your version by following these steps:
1) Go to http://es.infragistics.com/ and log in with your account.
2) Select “Account”. This will open the “My keys and downloads” page.
3) Select your product from the product list.
4) Select the “Service releases” tab .
Here you will find the latest service release available for download.
For download 11.1.20111.1006 version I received a link from you guys:
<http://es.infragistics.com/products/downloads/archived.
Refer to the Download NetAdvantage for ASP.NET 2011 Volume 1 on that page for ASP.Net download.
And I downloaded v 11.1.20111.1006 version.As you said there is a latest version 11.1.20111.2238 of that release.How it is call?Is this Volume 2?
Follwing those steps I can find this release 11.1.20111.2238?
I just want to make sure there is still ultrawebgrid control exist in this version
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.