Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Infragistics WebGrid 2010 Vol. 1 issues with IE 8.0
posted

I have a page with a HIERARCHICAL grid. I don't see any rows for the grid when I view the page in IE 8.0. When I turn on the compatibility view I can see the rows. Any ideas? Please note that the height is set to 0px, so that grid adjust it's height based on the number of rows.

Also I have been running into JavaScript errors with IE 8.0. I'm using Infragistics 2010.1 with the latest service release. Are there known issues with 2010 Vol.1 grid and IE 8.0?

Code used for the grid is listed below. It's standard code that the designer created for me when I dropped the grid on it.

 <igtbl:ultrawebgrid id="grdDistribution" runat="server" height="0px" width="1000px">
<DisplayLayout BorderCollapseDefault="Separate" Name="grdResults" RowHeightDefault="20px"
    Version="4.00" TableLayout="Fixed" ViewType="Hierarchical">
    <FrameStyle BorderStyle="Solid" BorderWidth="1px" Height="0px" Width="1000px" BorderColor="Gray">
        <BorderDetails ColorTop="White" />
    </FrameStyle>
    <FooterStyleDefault BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px">
        <BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />
    </FooterStyleDefault>
    <EditCellStyleDefault BorderStyle="None" BorderWidth="0px">
    </EditCellStyleDefault>
    <RowStyleDefault BorderColor="Gray" BorderStyle="Solid" BorderWidth="1px">
        <Padding Left="3px" />
        <BorderDetails WidthLeft="0px" WidthTop="0px" />
    </RowStyleDefault>
    <HeaderStyleDefault Height="50px" Wrap="True">
    </HeaderStyleDefault>
    <ActivationObject BorderColor="" BorderWidth="">
    </ActivationObject>
</DisplayLayout>
<Bands>
    <igtbl:UltraGridBand Key="Summary">
        <Columns>
            <igtbl:UltraGridColumn BaseColumnName="CategoryDes" HeaderText="Category" IsBound="True"
                Key="CategoryDes" Width="325px" Hidden="False">
                <Header Caption="Category">
                    <RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo>
                </Header>
                <Footer>
                    <RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo>
                </Footer>
            </igtbl:UltraGridColumn>                                      
            <igtbl:UltraGridColumn BaseColumnName="TotalPkgs" HeaderText="Total Pkgs" IsBound="True"
                Key="TotalPkgs" Width="65px" Hidden="False">
                <Header Caption="Total Pkgs">
                    <RowLayoutColumnInfo OriginX="2"></RowLayoutColumnInfo>
                </Header>
                <Footer>
                    <RowLayoutColumnInfo OriginX="2"></RowLayoutColumnInfo>
                </Footer>
                <HeaderStyle HorizontalAlign="Right" />
                <CellStyle HorizontalAlign="Right">
                </CellStyle>               
            </igtbl:UltraGridColumn>                                       
        </Columns>
        <AddNewRow Visible="NotSet" View="NotSet">
        </AddNewRow>
    </igtbl:UltraGridBand>
    <igtbl:UltraGridBand IndentationType="Flat" Key="Details">
        <Columns>
            <igtbl:UltraGridColumn BaseColumnName="Geography" HeaderText="Geography" IsBound="True"
                Key="Geography" Width="325px" Hidden="False">
                <Header Caption="Geography">
                    <RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo>
                </Header>
                <Footer>
                    <RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo>
                </Footer>
            </igtbl:UltraGridColumn>                                      
            <igtbl:UltraGridColumn BaseColumnName="NumStoresWithPkgs" HeaderText="# Stores w/Pkgs"
                IsBound="True" Key="NumStoresWithPkgs" Width="65px" Hidden="False">
                <Header Caption="# Stores w/Pkgs">
                    <RowLayoutColumnInfo OriginX="2"></RowLayoutColumnInfo>
                </Header>
                <HeaderStyle HorizontalAlign="Right" />
                <CellStyle HorizontalAlign="Right">
                </CellStyle>
                <Footer>
                    <RowLayoutColumnInfo OriginX="2"></RowLayoutColumnInfo>
                </Footer>
            </igtbl:UltraGridColumn>                                      
        </Columns>
        <AddNewRow View="NotSet" Visible="NotSet">
        </AddNewRow>
    </igtbl:UltraGridBand>
</Bands>
</igtbl:ultrawebgrid>

Thanks,

Ramesh

 

 

 

 

 

 

 

  • 12004
    posted

    Hello rtumati,

    I ran a sample using the UltraWebGrid for NetAdvantage 11.1.20111.2020 and for the grid to set it's height based upon the amount of records does not require a height to be specified. I also ran this using IE8 standard and compatibility view.

    For any JavaScript errors may be helpful to attach a screenshot to the thread and help to understand more about the details of the error.

    Let me know if you have any questions with this matter. Thank you.

    UltraWebGrid_CS.zip