For strings which are too long for a column, an ellipsis is appearing at the end of the string. When I hover over that text, shouldn't I get some "bubble help" or something which shows the entire string?
3 Answers, 1 is accepted
0
Dimo
Telerik team
answered on 16 May 2012, 01:07 PM
Hi Jay,
The appearance of ellipsis is a matter of a couple of CSS styles:
.k-grid td
{
overflow: hidden;
text-overflow: ellipsis;
}
However, there is no ready-to-use or automatic browser mechanism to display tooltips for content that is clipped with ellipsis. What you can do is:
1. Use a column template that will include a title HTML attribute, for example: