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
40
WebHierarchicalDataGrid problems in ie7
posted

hi,

i finelly got my WebHierarchicalDataGrid to work.... but now i have a new issue, the grid's display and funcunalty is working fine on google Chrom explorer but in ie7 i can only see the parent rows and when i click the expand button nothing happens. it's importet to say that my application is based on ie7 and the chrome is not supposed to be fully suported.

i'm working with the Netadventege 2009 vol 2 on framework 3.5 with VS2008

this i the page code:

<%

@ Control Language="vb" AutoEventWireup="false" Codebehind="Items_Grid_Customer2.ascx.vb" Inherits="IMATrack.Items_Grid_Customer2" TargetSchema="">schemas.microsoft.com/.../ie5" %>

<%

@ Register Assembly="Infragistics35.Web.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"

 

Namespace="Infragistics.Web.UI.ListControls" TagPrefix="ig" %>

<%

@ Register TagPrefix="igmisc" Namespace="Infragistics.WebUI.Misc" Assembly="Infragistics35.WebUI.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>

<%

@ Register TagPrefix="igmisc" Namespace="Infragistics.WebUI.Shared" Assembly="Infragistics35.WebUI.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>

<%

@ Register TagPrefix="igtbl1" Namespace="Infragistics.WebUI.UltraWebGrid" Assembly="Infragistics35.WebUI.UltraWebGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>

<%

@ Register tagprefix="igtbl" namespace="Infragistics.WebUI.UltraWebGrid" Assembly="Infragistics35.WebUI.UltraWebGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" %>

<%

@ Register assembly="Infragistics35.WebUI.WebResizingExtender.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI" tagprefix="igui" %>

<%

@ Register assembly="Infragistics35.Web.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.LayoutControls" tagprefix="ig" %>

<%

@ Register assembly="Infragistics35.WebUI.WebCombo.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.WebCombo" tagprefix="igcmbo" %>

<%

@ Register assembly="Infragistics35.WebUI.UltraWebListbar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.UltraWebListbar" tagprefix="iglbar" %>

<%

@ Register assembly="Infragistics35.WebUI.UltraWebGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.UltraWebGrid.ExcelExport" tagprefix="igtblexp" %>

<%

@ Register assembly="Infragistics35.Web.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.GridControls" tagprefix="ig" %>

<%

@ Register assembly="Infragistics35.Web.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI" tagprefix="ig" %>

<%

@ Register assembly="Infragistics35.Web.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.DataSourceControls" tagprefix="ig" %>

<!

 

DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">www.w3.org/.../loose.dtd">

<

 

LINK href="MyStyles.css" rel="stylesheet">

 

<asp:ScriptManager ID="ScriptManager1" runat="server">

 

</asp:ScriptManager>

<

 

div style="width: 100%">

 

<ig:WebHierarchicalDataGrid ID="WebHierarchicalDataGrid2" runat="server"

 

Height="350px" Width="100%" DataKeyFields="ItemID"

 

InitialDataBindDepth="-1" AutoGenerateBands="False" AutoGenerateColumns="False"

 

StyleSetName="Harvest">

 

<ExpandCollapseAnimation SlideOpenDirection="Auto" SlideCloseDirection="Auto"

 

FadeCloseEquationType="Linear" FadeOpenDuration="300" FadeCloseDuration="300" SlideCloseDuration="200" SlideOpenDuration="200" />

 

<Columns>

 

<ig:BoundDataField DataFieldName="ItemID" Key="ItemID">

 

<Header Text="Item ID" />

 

</ig:BoundDataField>

 

<ig:BoundDataField DataFieldName="ItemName" Key="ItemName">

 

<Header Text="Item Name" />

 

</ig:BoundDataField>

 

<ig:BoundDataField DataFieldName="DateCreated" Key="DateCreated">

 

<Header Text="Creation Date" />

 

</ig:BoundDataField>

 

<ig:BoundDataField DataFieldName="RecipientSiteID" Key="RecipientSiteID">

 

<Header Text="Site" />

 

</ig:BoundDataField>

 

<ig:BoundDataField DataFieldName="StatusName" Key="StatusName">

 

<Header Text="Status" />

 

</ig:BoundDataField>

 

</Columns>

 

<Bands>

 

<ig:Band DataKeyFields="ItemID" Key="ItemID" AutoGenerateColumns="False" DataMember = "Table1">

 

<Columns>

 

<ig:BoundDataField DataFieldName="Label" Key="Label" Width = "100px">

 

<Header Text="Item ID" />

 

</ig:BoundDataField>

 

<ig:BoundDataField DataFieldName="Value" Key="Value" Width = "300px">

 

<Header Text="Item Name" />

 

</ig:BoundDataField>

 

</Columns>

 

</ig:Band>

 

 

</Bands>

 

</ig:WebHierarchicalDataGrid>

</

 

div>

Parents
No Data
Reply
  • 2783
    posted

    Hi,

    I think that you maybe seeing one of our known issues, while you are waiting on fix for the issue, you can do the following as a work around: in the ig_dataGrid.css file of the style that you are using in the following two css classes, just add a font-size attribute and set it to a size that is good for your application (lets say 10px)

    (The class names below are shown for the ElectricBlue style set, the "ElectricBlue" part of the name will be replaced by the name of the style set that you are using)

    1   tbody.igg_ElectricBlueItem>tr>td
    2  .igg_ElectricBlueHeaderCaption

    Thanks,

    Olga

Children
No Data