This is a migrated thread and some comments may be shown as answers.

RadGrid Columns overlap in Mozilla Firefox.

1 Answer 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Puttu
Top achievements
Rank 1
Puttu asked on 09 Feb 2009, 01:08 PM

Item Texts  in RADGrid columns overlap in Mozilla firefox. I do not want to wrap the text and make it appear on the next line as we have calibrated Row height and Grid Height for specific scenario. I would rather prefer trim the text if it’s length is greater than the column width. Please suggest a way to handle this problem.  I have set  ClipCellContent OnResize = True. It works fine in IE7 but not in Firefox and Chrome.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 10 Feb 2009, 01:43 PM
Hi Puttu,

Please use the following CSS rule:

.GridRow_SkinName td,
.GridAltRow_SkinName td
{
       overflow: hidden;
}

Internet Explorer uses a text-overflow:ellipsis style to display dots and clip content, however, this style is not supported by Firefox.


Regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Puttu
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or