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>