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

grid text overlap in Firefox

2 Answers 72 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Elton
Top achievements
Rank 1
Elton asked on 17 Jul 2008, 07:21 AM
Hello telerik,

I have a column for displaying descriptions and the text is long. I wanna display ellipse(...) at the end of the text instead of word wrap.

What I did is set "ItemStyle-Wrap="false"" for that column:
<telerik:GridBoundColumn UniqueName="clmRtnNotes" HeaderText="refund notes" ItemStyle-Wrap="false" DataField="refund_notes" Resizable="false">  
                                                    </telerik:GridBoundColumn> 
It works in IE, even when I resize the grid. I m using IE 7 btw.

but in firefox, the long text crossed the boundry of the cell and overlaps the following cells!

Any idea on this issue?

Best Regards,
Elton

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Jul 2008, 09:37 AM
Hi Elton,

Go through the following forum links and see whether it helps.

Wraping Of Text in table cell
Showing Ellipses in the GridTemplateColumn

Shinu.
0
Elton
Top achievements
Rank 1
answered on 17 Jul 2008, 11:33 PM
Thanks Shinu,

Use a GridTemplateColumn with a div in it solves the problem.

Thanks a lot!

Cheers,
Elton
Tags
Grid
Asked by
Elton
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Elton
Top achievements
Rank 1
Share this question
or