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 ,
Yes, it will contain the UltraWebGrid control. It still belongs to the 11.1 volume release. The specific number: 11.1.20111.2238 stands for the service release version of that volume.
In general when a new volume is released it will have 1 year of Service Releases. This version: 11.1.20111.2238 is the last service release version that was released for 2011 Volume 1 for Asp.net so it will contain all of the classical controls.
Let me know if you have any questions.
Best Regards,
Maya Kirova
Developer Support Engineer II
Infragistics, Inc.
http://es.infragistics.com/support
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.
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
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.
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" ...