Hi Support,
I am using ultrawebgrid. It is working fine for ie6, but in ie8 am facing 2 issues.
1.In ie6 if text is more than width of column, then it is hiding extra text, but that is not happing in ie8.
2.<RowSelectorStyleDefault Width="1px" BorderStyle="Solid"></RowSelectorStyleDefault>
In IE8 above one is applying only for parent band, it not applying for child bands.
Below is my Display layout code:
<igtbl:ultrawebgrid id="grdGrossSales" runat="server" Width="100%" > <DisplayLayout ColWidthDefault="" StationaryMargins="Header" AllowSortingDefault="OnClient" RowHeightDefault="20px" RowSizingDefault="Free" ViewType="Hierarchical" SelectTypeRowDefault="Single" HeaderClickActionDefault="SortSingle" BorderCollapseDefault="Separate" AllowColSizingDefault="Free" Name="grdGrossSales" TableLayout="Fixed" Version="4.00"> <HeaderStyleDefault Cursor="Hand" BorderColor="Black" BorderStyle="Solid" ForeColor="White" BackColor="#9999CC" Wrap="True" HorizontalAlign="Center"> <BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails> </HeaderStyleDefault> <RowSelectorStyleDefault Width="1px" BorderStyle="Solid"></RowSelectorStyleDefault> <FrameStyle Width="100%" VerticalAlign="Bottom" BorderWidth="0px" Font-Size="8pt" Font-Names="Arial" BorderStyle="None" HorizontalAlign="Center" ForeColor="Blue"></FrameStyle> <FooterStyleDefault BorderWidth="1px" BorderStyle="Solid" BackColor="LightGray"> <BorderDetails ColorTop="White" WidthLeft="1px" WidthTop="1px" ColorLeft="White"></BorderDetails> </FooterStyleDefault> <ActivationObject BorderColor="" BorderWidth=""> </ActivationObject> <RowExpAreaStyleDefault BorderStyle="Solid"></RowExpAreaStyleDefault> <Pager> <PagerStyle BackColor="LightGray" BorderStyle="Solid" BorderWidth="1px"> <BorderDetails ColorLeft="White" ColorTop="White" /> </PagerStyle> </Pager> <EditCellStyleDefault BorderWidth="0px" BorderStyle="None"></EditCellStyleDefault> <RowStyleDefault BorderWidth="1px" BorderColor="Gray" BorderStyle="Solid" BackColor="WhiteSmoke" Font-Names="Verdana" Font-Size="8pt"> <Padding Left="3px"></Padding> <BorderDetails WidthLeft="0px" WidthTop="0px" ColorLeft="WhiteSmoke" ColorTop="WhiteSmoke"></BorderDetails> </RowStyleDefault> </DisplayLayout> <Bands> <igtbl:UltraGridBand HeaderClickAction="SortSingle" AllowSorting="OnClient"> </igtbl:UltraGridBand> </Bands> </igtbl:ultrawebgrid>
HI Tsvetelina Georgieva,
Thanks for all you support.
I found the solution ,i.e i removed
ColWidthDefault
="" this from DisplayLayout
Thanks&Regards,
Kavitha
Hi Tsvetelina Georgieva,
Thanks for support.
I think the issue will come if the grid has more than 2 bands,before i have only one child band,
I don't have this issue.
Can please try with 3 child bands,then u will reproduce the issue.
Thanks,
Hello Kavintha,
Thank you for the attachment.
I was not able to reproduce the issue with this Style settings of the grid.
I am attching my sample with the UltraWebGrid (the sample is using Northwind database which is not included in the attachment in order to reduce the size)
Please feel free to modify it in order to reproduce the issue.
Hope hearing from you.
HI,
I am sending cs,aspx files as attchment,I don't know is it Sufficient to reproduce.
Please let me know.
Thanks&Regars,
Thank you for the update.
Can you please upload a whole isolated sample which I can run and encounter the issue with it?
With the code snippet of the grid markup I am not able to reproduce it.
Thank you for your patience and understanding.