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
0
votes
1 answer

KendoUI Popover $compile issue

I have directive which is a wrapper around KendoUI kendo-tooltip and I'm instantiating it like this:
Inside my code I replace my-directive-popover with kendo-tooltip like this: $element.attr(…
0
votes
1 answer

Positioning tooltip in the kendo chart

Is there way to position tooltip in kendo chart apart from modifying CSS for class k-chart-tooltip? I want the tooltip to be positioned at the top using the kendo chart attributes. Here is the image on how it should look: Image
user2439903
  • 1,277
  • 2
  • 34
  • 68
0
votes
1 answer

Custom Method Call in Kendo

I am trying to customize the tooltip as follows, self.updateChart = function () { if ($("#chart").data("kendoChart") != undefined) { var chart = $("#chart").data("kendoChart"); // the following line throws an error …
casillas
  • 16,351
  • 19
  • 115
  • 215
0
votes
1 answer

Kendo-ui tooltip in Angularjs

I wrote a simple kendo-ui app, which displays a pie chart from JSON. I used AngularJS and i couldn't find a reference on how to display a tooltip when the user hovers on the chart. Coding snippet:
Ranjith Varatharajan
  • 1,596
  • 1
  • 33
  • 76
0
votes
1 answer

Add aggregate function on tooltip in kendo chart

I am working with a kendo chart which has a date x-axis. I have several points for different dates, but the x-axis shows only the per month view. I have set a custom aggregate function to display the LAST data point that corresponds to each month,…
luisgepeto
  • 763
  • 1
  • 11
  • 36
0
votes
1 answer

Kendo tooltip loading content with AJAX not showing content

I tried to implement a tooltip on this Telerik site : http://demos.telerik.com/aspnet-mvc/tooltip/ajax This is my script code on cshtml page: @(Html.Kendo().Tooltip() .For("#grOrders") .Filter("td a") .LoadContentFrom("ToolTipCustomer",…
Nguyễn Huy
  • 227
  • 9
  • 19
0
votes
2 answers

apply tooltip on child grid in hierarchy kendo grid

I have 2 level of hierarchy kendo grid. As Child grid have unique name every time I am unable to get selected row Id and could not apply tooltip on change event of child grid. Parent grid name= "AccountStatusgrid"
0
votes
1 answer

Kendo UI Grid frozen column issue with tooltips

I am with a ASP.NET web project that uses Kendo UI for ASP.NET MVC Q2 2013 Grids. My problem is when I lock a column, I lose the tooltip effect when hovering on a cell. I really dont know if it is a bug or something that I can change from…
0
votes
1 answer

Clear or Destroy Kendo Tooltip

I am unable to clear kendo tooltip. My code is as follows: var tooltip = $("#DIV_ID").kendoTooltip(); tooltip.hide(); I also tried destroy event but tooltip is not getting cleared properly.
user1120418
  • 261
  • 3
  • 8
  • 18
0
votes
1 answer

Kendo UI - Displaying images in a tooltip

I have an issue with displaying images within a tooltip. Each Territory contains a Photo field. I'm trying to display a placeholder image if the Photo field is null. Here's an idea of what I'm trying to achieve, tried it out but got errors. I'm…
nouptime
  • 9,929
  • 5
  • 22
  • 37
0
votes
1 answer

Kendo tooltip empty with LoadContentFrom

When using LoadContentFrom in my Kendo.Tooltip, the tooltip is always empty, all I see is a grey box the size I specified. It does go to the controller to get the data (verified with breakpoint), but after that, nothing. If I use ContentTemplateId…
GaZ
  • 39
  • 1
  • 4
  • 10
0
votes
1 answer

customize shape of kendo tooltip

I would like to customize the shape of Kendo Tooltips for a grid. I saw the example on kendo site, it has the arrow outside the box, and the box has a nice rounded shape. Working on css, using .k-tooltip I can change width, height, background. But I…
cortomaltese_marcof
  • 165
  • 1
  • 6
  • 16
-1
votes
1 answer

Kendo UI ToolTip on Icon

I have button which has icon and I would like to attach tool tip when hovering over that icon. But it's not working see example below: $(document).ready(function() { $("#primaryTextButton").kendoButton({ icon: "filter-clear" }); …
Farukh
  • 2,173
  • 2
  • 23
  • 38
1 2 3 4
5