Hi,
We are implemented webtab control. Inside web tab control we are implemented ultrawebgrid while click the double in ultraweb grid cell in edit.It's streching unnecessary stretching entire ultraweb grid In IE 8. It's working same code in IE 7 and below version.
Example Code:
<
ig:ContentTabItem runat="server" Key="F" Text
="Assign Functionality">
<Template
>
<table width
="98%">
<tr
<td align="right" class="tableElement" style="width: 30%; height: 35px;" valign
="middle">
<asp:Label ID="lblFuncModule" runat="server" CssClass="tableElement" Text=" Select Module:"></asp:Label
</td
<td align="left" class="tableElement" valign
<asp:DropDownList ID="ddlFuncModule" runat="server" AutoPostBack="True" CssClass
="tableElement"
OnSelectedIndexChanged
="ddlFuncModule_SelectedIndexChanged">
</asp:DropDownList
</tr
<td colspan
="2">
<td align="center" class="tableElement" style="height: 400px" colspan="2" valign
="top">
<asp:Panel ID="pnlTransfers" runat="server" Width
="100%">
<igtbl:UltraWebGrid ID="grdSiteFunc" DisplayLayout-AutoGenerateColumns="false" runat
="server"
Width="95%" Height="350px" EnableViewState
="true">
<Bands
<igtbl:UltraGridBand
<AddNewRow View="NotSet" Visible
="NotSet">
</AddNewRow
<Columns
<igtbl:UltraGridColumn AllowUpdate="No" Hidden="true" Key
="ModFunctionID">
</igtbl:UltraGridColumn
<igtbl:UltraGridColumn AllowUpdate="No" Key="ModFunctionName" Width
="200px">
<HeaderStyle HorizontalAlign="Left"
/>
<CellStyle HorizontalAlign
="Left">
</CellStyle
<Header Caption
="Function">
<RowLayoutColumnInfo OriginX="1"
</Header
<Footer
</Footer
<igtbl:UltraGridColumn AllowUpdate="Yes" DataType="System.String" Key
="ModFunctionAlias"
Width
="250px">
<CellStyle HorizontalAlign="left" Wrap
="True">
="Alias">
<RowLayoutColumnInfo OriginX="2"
="ModFunctionHeader"
="100px">
="Page Header">
<igtbl:UltraGridColumn AllowUpdate="Yes" DataType="System.Boolean" Key="Site" Type
="CheckBox"
="80px">
="Center">
="">
</Columns
</igtbl:UltraGridBand
</Bands
<DisplayLayout BorderCollapseDefault="Separate" Name="grdSiteFunc" ScrollBarView
="Vertical"
ScrollBar="Always" RowHeightDefault="15px" SelectTypeRowDefault="Single" TableLayout
="Fixed"
RowSelectorsDefault="No" SelectTypeCellDefault
="Single"
Version="3.00" AutoGenerateColumns="False" StationaryMargins="Header" AllowSortingDefault
="OnClient"
HeaderClickActionDefault="NotSet" AllowUpdateDefault="Yes"
<RowStyleDefault BackColor="Transparent" BorderColor="LightGray" CssClass
="gridViewTblColumns"
BorderStyle="Solid" BorderWidth
="1px">
<BorderDetails ColorLeft="Window" ColorTop="Window"
<Padding Left="1px"
</RowStyleDefault
<HeaderStyleDefault CssClass="gridViewTblHeader" BackColor="#009DD9" BorderStyle
="Solid"
Height="20px" HorizontalAlign="Left" ForeColor="Navy" Font-Bold
<BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px"
</HeaderStyleDefault
<SelectedRowStyleDefault BackColor
="LightSteelBlue">
</SelectedRowStyleDefault
<EditCellStyleDefault CssClass="tableElement" HorizontalAlign="Left" borderwidth
</EditCellStyleDefault
<FrameStyle Width="95%" Height
="350px">
</FrameStyle
<ActivationObject BorderColor="" BorderWidth
</ActivationObject
<RowAlternateStyleDefault BackColor
="#FFF6CC">
</RowAlternateStyleDefault
</DisplayLayout
</igtbl:UltraWebGrid
</asp:Panel
</table
</Template
</ig:ContentTabItem
please help me to reslove this problem
Thanks for advance
Hello ranganathanpalanisamy,
Can you specify - are you using our new Aikido "WebTab" control (http://es.infragistics.com/products/aspnet/tab) or you use our classic "UltraWebTab" control in this application?
What I can suggest you in this scenario is to not use Aikido and classic controls in the same time.
If you use "UltraWebGrid" you may consider using "UltraWebTab" in this situation.
Otherwise use "WebDataGrid" and "WebTab" for the same application.
I suppose that in this way the issue will be resolved.