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>
Hello MFArms ,
Regarding the first issue I recommend you using the TextOverflow property:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Infragistics4.WebUI.UltraWebGrid.v10.3~Infragistics.WebUI.UltraWebGrid.TextOverflow.html
It can be set to a single column :
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Infragistics4.WebUI.UltraWebGrid.v10.3~Infragistics.WebUI.UltraWebGrid.GridItemStyle_properties.html
or in the RowStyleDefault regarding the whole Layout :
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=WebGrid_Wrap_Text_or_Display_an_Ellipsis_in_Cells.html
About the other issue with the RowSelectorStyleDefault :
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3?page=Infragistics4.WebUI.UltraWebGrid.v10.3~Infragistics.WebUI.UltraWebGrid.UltraGridLayout~RowSelectorStyleDefault.html
I was not able to reproduce it with the latest service release of v10.3 (10.3.20103.2134).
Can you please provide us with an isolated sample regarding this?
Hope hearing from you.
HI,
I am using latest service release of v10.3 (10.3.20103.2134) only.
I tried with options which you mentioned in the reply,the problems still exists.
I am sending my code in zip file.
Please help me in this.
Thanks&Regards,
Kavitha
Hello Kavintha,
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.
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 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.
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,
HI Tsvetelina Georgieva,
Thanks for all you support.
I found the solution ,i.e i removed
ColWidthDefault
="" this from DisplayLayout