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 BaseColumnName="Country" Key="Country" Width="300px">
<Header Title="Country" Caption="Country"></Header>
<igtbl:UltraGridColumn BaseColumnName="State" Key="State" Width="500px">
<Header Title="State" Caption="State"></Header>
<igtbl:UltraGridColumn BaseColumnName="city" Key="city" Width="300px">
<Header Title="city" Caption="city"></Header>
<igtbl:UltraGridColumn BaseColumnName="Address" Key="Address" Width="300px">
<Header Title="Address" Caption="Address"></Header>
<igtbl:UltraGridColumn BaseColumnName="PhNo" Key="PhNo" Width="500px">
<Header Title="PhNo" Caption="PhNo"></Header>
</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.
Hello,I am trying to reproduce the issue with your code, unfortunately to no avail… please take a look at the picture below. I use Firefox 3, IE6, IE7 What I am missing? In cases like that where we cannot reproduce the problem, I believe it is best to contact developer support directly with a small subset of your project reproducing the issue and environment information. Developer Support can be reached at: http://ko.infragistics.com/support/Thanks.
<
="server">
>
="Yes">
</
="300px">
="500px">
="None"
RowSelectorsDefault
="Separate"
FixedHeaderIndicatorDefault
="SortSingle"
SelectTypeRowDefault
="20px"
StationaryMarginsOutlookGroupBy
="Always"
UseFixedHeaders
="Yes"
EnableInternalRowsManagement
="Continuous">
="1px">
/>