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
590
Can not get this to work in IE8 (only in IE7 and IE8 compatibility mode). When I click in a cell to edit
posted

Hi Team,

I can't get this to work in IE8 (only in IE7 and IE8 compatibility mode). When I click in a cell to edit the editbox is a bit to large.

But it works if I put the ultraweggrid outside the webtab. Is this is bug or am I doing something wrong here?

code Example :

<

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

>

<RowLayoutColumnInfo OriginX="1"

/>

</Footer

>

</igtbl:UltraGridColumn

>

<igtbl:UltraGridColumn AllowUpdate="Yes" DataType="System.String" Key

="ModFunctionAlias"

Width

="250px">

<CellStyle HorizontalAlign="left" Wrap

="True">

</CellStyle

>

<Header Caption

="Alias">

<RowLayoutColumnInfo OriginX="2"

/>

</Header

>

</igtbl:UltraGridColumn

>

<igtbl:UltraGridColumn AllowUpdate="Yes" DataType="System.String" Key

="ModFunctionHeader"

Width

="100px">

<CellStyle HorizontalAlign="left" Wrap

="True">

</CellStyle

>

<Header Caption

="Page Header">

<RowLayoutColumnInfo OriginX="2"

/>

</Header

>

</igtbl:UltraGridColumn

>

<igtbl:UltraGridColumn AllowUpdate="Yes" DataType="System.Boolean" Key="Site" Type

="CheckBox"

Width

="80px">

<CellStyle HorizontalAlign

="Center">

</CellStyle

>

<Header Caption

="">

</Header

>

</igtbl:UltraGridColumn

>

</Columns

>

</igtbl:UltraGridBand

>

Please help this issues to reslove.

 

Thanks