New to Kendo UI for Vue? Start a free 30-day trial

Loading Content with AJAX

The Tooltip provides the built-in option for asynchronously loading content from a URL.

The URL is expected to return an HTML fragment that can be loaded in the content area of the Tooltip. If the content which is passed to the Tooltip includes scripts, the scripts are executed.

<div id="vueapp" class="vue-app">
    <kendo-tooltip id="target"
        :width="'250'"
        :height="'250'"
        :content-url="'https://demos.telerik.com/kendo-ui/content/web/tooltip/ajax/ajaxContent3.html'">
        Gorgonzola Telino
    </kendo-tooltip>
</div>

In this article

Not finding the help you need?