This is a migrated thread and some comments may be shown as answers.

How to hide "title" popup when using Tooltip

3 Answers 224 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 16 Oct 2015, 07:06 PM

I have implemented a custom tooltip for the scheduler.  works great.

BUT - on mouse over the "title" popup is appearing along with the tooltip.

Question - How do I disable the "title" popup.

I tried using
    $("#scheduler").kendoCalendar({
        //....
        navigate: function (e) {
            this.element.find("tbody").find("a").removeAttr("title");
        }
    });
and it messed up the whole formatting of the calendar

3 Answers, 1 is accepted

Sort by
0
Eduardo Serra
Telerik team
answered on 19 Oct 2015, 03:40 PM
Hello Richard,

I sent you an answer in the support ticket. I suggest that we continue our communication regarding this issue there.

Thank you very much.

Regards,
Eduardo Serra
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Pratik
Top achievements
Rank 1
answered on 29 Jul 2016, 09:43 AM
I am also facing same issue. Can you please post solution here. 
0
Plamen
Telerik team
answered on 02 Aug 2016, 06:49 AM
Hello,

Here is a dojo page that worked correctly at my side .

Regards,
Plamen
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
Richard
Top achievements
Rank 1
Answers by
Eduardo Serra
Telerik team
Pratik
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or