Text Overflow
The Telerik and Kendo UI Text Overflow Utilities are CSS utility classes that enable you to control how the overflowing text is being indicated to the user.
| Utility Class | CSS Property |
|---|---|
.k-text-ellipsis | text-overflow: ellipsis; white-space: nowrap; overflow: hidden; |
.k-text-clip | text-overflow: clip; |
Ellipsis
Use the k-text-ellipsis utility to add an ellipsis (...) instead of the clipped text.
Clip
Use the k-text-clip utility to cut the overflowing text.