Premium forums

How to add tooltip to the button?

  • Nelson
    Nelson avatar

    25 Jun 2012 (Link to this post)

    Sorry, new in the KendoUI..
    How do I add tooltip to the button?
    this does not work

     

    <span id="search" data-tooltip="Hello World" class="k-button">Search</span>

     

     

     

  • Iliana Nikolova
    Iliana Nikolova avatar

    26 Jun 2012 (Link to this post)

    Hello Nelson,

    A tooltip functionality in Kendo UI is not available out of the box, but you could achieve it using custom code and the HTML Title attribute. For example:
    <span id="search" class="k-button" title="Hello World">Search</span>

    Actually, the idea for the tooltip feature has been already submitted at KendoUI user voice forum, so if you wish you may cast a vote for it or leave a comment. The more votes it collect, the higher priority it will have.


    Regards,
    Iliana Nikolova
    the Telerik team
    Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!

Read FAQ or see Kendo UI in action!

Launch Demos