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 Fire fox when adding new row bottom row border is not display in ultrawebgrid.
posted

Hello All,

When i am inserting new row in ultrawebgrid then inserted row goes down at bottom of webgrid and i have facing issue inserted row bottom border is not display. this is generate only in Firefox but same one work in IE. So can you please provide solution for that problem how to display bottom border for inserted row.

but when i hit submit and data are store in database then issue is sloved so that issue only generate in uncommited data.

so as soon as possible please provide solution for above problem.

my code given 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>

Thanks a lot in Advance.