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

[Solved] Grid cell overflow

1 Answer 145 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
OfficeHeart
Top achievements
Rank 1
OfficeHeart asked on 18 May 2011, 12:45 PM
How to get .... (ellipses) overflow in a RadGrid cell.

I tryed this but did not work:
.t-grid  td
{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

Thanks!

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 18 May 2011, 05:22 PM
Hi Martin,

Ellipsis is supported only by Internet Explorer. In addition, you should make sure that the table-layout style of the Grid table is set to "fixed". This is done automatically if you are using scrolling.

All the best,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
OfficeHeart
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or