Questions tagged [kendo-tooltip]

The Kendo Tooltip is a Kendo widget that Customizable and themeable tooltip. Kendo UI Tooltip can be attached to any element. When you hover the element with your mouse or on external button clicked it displayed litter box next to target the element.

The Kendo tooltip is a Kendo-UI widget that can be theme able as well as allowing various customization.

  • Display other content than just the title, like inline footnotes or extra content retrieved via Ajax.
  • Customize the positioning, e.g., to center the tooltip above elements. Add extra styling to customize the appearance, for warning or error fields.
  • Tooltips are also useful for form elements, to show some additional information in the context of each field.

Resources

Related tags

73 questions
2
votes
1 answer

Display Kendo Tooltip only on F2 keypress event

I have a kendo grid with datas. I make the kendo grid selectable by row. Before I used kendo tooltip to display the details of the selected row in tooltip. Now my client requirement is when selecting the row it cannot show the kendo tooltip on…
venki
  • 303
  • 2
  • 10
2
votes
2 answers

Prevent kendo tooltip hide/close when clicking outside the tooltip?

I know that there are people ask kendo to prevent kendo tooltip from close/hide whenever we click outside the tooltip. They are suggesting it here but seems that it has not been implemented yet. I couldn't find the method which closes/hides when we…
himawan_r
  • 1,760
  • 1
  • 14
  • 22
2
votes
1 answer

How to custom tooltip such as contains some button in grid's cell tooltip in Kendo UI MVC?

In the cell's tooltip,I want to add some button or menu,such as open button.When I hover the mouse above the cell,the tooltip shows the button.When I click the button,it will open a window. Can Kendo grid can do that?
flower
  • 2,212
  • 3
  • 29
  • 44
2
votes
1 answer

show kendo tooltip only when ellipsis is active

I want to show a tooltip when the content of a kendo grid element is only partially visible. I am not able to control the display of a tooltip on the elements of a kendo grid. I saw this issue has been discussed but I'm not able to find The problem,…
cortomaltese_marcof
  • 165
  • 1
  • 6
  • 16
1
vote
1 answer

Is there a way to render html content in tooltip of icon/span in angular 7

Is there a way to render Html content in the tooltip of icon/span in angular 7
1
vote
1 answer

kendo tooltip is shown only after second 'hover' event

I use kendo grid and want to show kendo tooltip for icon in header cells. I have the following code: