Duration: 14:34 min
Summary: In this video, we will talk about the tooltip. We know that the tooltip is already provided in HTML 5 and the browser. In other words, if I set a title to a link, and I hover over the element in the browser, I am able to see the title as a tooltip. However, kendo UI adds more functionality to this. We can instantiate a new kendoTooltip and change some properties like the filter, the position, height, autoHide, and showOn (for example show the tooltip when the user clicks on the link). There are other powerful options such as ‘content’. You can hook the content to a function and provide any text through the function that will show as tooltip. We will experiment with these options in this video.