Sunday, June 2, 2024
 Popular · Latest · Hot · Upcoming
183
rated 0 times [  187] [ 4]  / answers: 1 / hits: 5283  / 9 Years ago, tue, april 21, 2015, 12:00:00

I have a kendo tooltip that is displayed when I hover over a row in a kendo grid.
The content of the tooltip has multiple lines.
The lines are displayed centered by default whereas I would like to have them displayed left justified.



    rowTable.kendoTooltip({
content: textToBeDisplayed,
position: bottom
});

More From » html

 Answers
1

You can override the .k-tooltip-content CSS class.



 .k-tooltip-content {
text-align:left;
}


See this jsFiddle example


[#37753] Monday, April 20, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
myakylas

Total Points: 66
Total Questions: 85
Total Answers: 95

Location: Guadeloupe
Member since Sat, Aug 22, 2020
4 Years ago
myakylas questions
Thu, Apr 28, 22, 00:00, 2 Years ago
Thu, Apr 8, 21, 00:00, 3 Years ago
Sat, Sep 19, 20, 00:00, 4 Years ago
;