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
320
In IE 6.0 Header not display proper(Cut-off) in ultrawebgrid.
posted

Hello All,

I have facing one issue in ultrawebgrid with IE 6.0.

i have facing issue in webgrid header is not display proper like cut off in header bottom that issue only in IE 6.0 but same one work in other browser so can you please help for how to resolved that issue to display proper header.

Code Below:

<igtbl:UltraWebGrid ID="UltraWebGrid1" runat="server">

<Bands>

<igtbl:UltraGridBand>

<Columns>

<igtbl:UltraGridColumn BaseColumnName="No" Key="No" Width="100px">

<Header Title="No" Caption="No"></Header>

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="Name" Key="Name" Width="300px">

<Header Title="Name" Caption="Name"></Header>

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="Country" Key="Country" Width="300px">

<Header Title="Country" Caption="Country"></Header>

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="State" Key="State" Width="500px">

<Header Title="State" Caption="State"></Header>

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="city" Key="city" Width="300px">

<Header Title="city" Caption="city"></Header>

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="Address" Key="Address" Width="300px">

<Header Title="Address" Caption="Address"></Header>

</igtbl:UltraGridColumn>

<igtbl:UltraGridColumn BaseColumnName="PhNo" Key="PhNo" Width="500px">

<Header Title="PhNo" Caption="PhNo"></Header>

</igtbl:UltraGridColumn>

</Columns>

</igtbl:UltraGridBand>

</Bands>

<DisplayLayout AutoGenerateColumns="False" AllowColSizingDefault="Free" AllowColumnMovingDefault="None"

RowSelectorsDefault="No" AllowSortingDefault="Yes" AllowUpdateDefault="Yes" BorderCollapseDefault="Separate"

FixedHeaderIndicatorDefault="Button" HeaderClickActionDefault="SortSingle"

RowHeightDefault="20px" SelectTypeRowDefault="Extended" StationaryMargins="Header"

StationaryMarginsOutlookGroupBy="True" TableLayout="Fixed" HeaderTitleModeDefault="Always"

UseFixedHeaders="True" SelectTypeCellDefault="Extended" AllowAddNewDefault="Yes"

EnableInternalRowsManagement="false">

<RowStyleDefault BorderStyle="Solid" BorderWidth="1px">

<BorderDetails ColorTop="gray" ColorLeft="gray" ColorRight="gray" ColorBottom="gray" />

<Padding Left="2px" Right="2px" />

</RowStyleDefault>

<FrameStyle Width="100%" Height="100px" CustomRules="overflow:scroll" ></FrameStyle>

<HeaderStyleDefault Font-Bold="True" HorizontalAlign="Center" TextOverflow="Ellipsis" />

<AddNewBox>

<BoxStyle BackColor="Window" BorderColor="InactiveCaption" BorderStyle="Solid" BorderWidth="1px">

<BorderDetails ColorLeft="White" ColorTop="White" WidthLeft="1px" WidthTop="1px" />

</BoxStyle>

</AddNewBox>

<AddNewRowDefault View="Top" Visible="Yes" />

</DisplayLayout>

</igtbl:UltraWebGrid>

when i try with remove RowHeightDefault="20px" from display layout  then it is work properly but in my case i must need RowHeightDefault="20px" in display layout.

so when i have run in IE 6.0 with above display layout then header is not display proper so can you help for resolved above problem.

Thanks in Advance.

Parents Reply Children
No Data