1 year ago

#384456

test-img

Nikhilesh

Kendo Tooltip closes when mouse enters the tooltip

These are the options I am using for the tooltip

{                
  filter: '.k-event',
  position: 'top',
  width: 220,
  content: Template_Name.html()),
  showOn: 'mouseenter',
  autoHide: true
}

I have a fixed height and a vertical scroll for the tooltip using this overide

.k-tooltip-content {
    overflow-y: auto;
    max-height: 100px;
}

The tooltip is set over Kendo calendar event. The calendar loads the events and when user hovers over the event the tooltip is shown. The problem I am facing is when the mouse leaves the event area the tooltip goes away. So the user cannot scroll the tooltip. I have tried the autoHide: true option butits not the desired behavior.

javascript

html

css

kendo-ui

kendo-grid

0 Answers

Your Answer

Accepted video resources