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

Validation tooltip in editor event template

1 Answer 132 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
salvador
Top achievements
Rank 1
salvador asked on 08 Nov 2013, 12:08 PM
Hi,

    How could I show tooltip message in editor event template when validating dates like in demo?

    (" End date should be greater than or equal to the start date")

    Currently on my scheduler I can see tooltip but without message, only it shows exclamation icon. Additionally as I show a dropdownlist with resources the tooltip is displayed below this dropdownlist and I can't see the tooltip.

Thank you very much
Regards

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 12 Nov 2013, 01:47 PM
Hi Salvador,

 
Please find the answers of your questions below:

1) You can read the following help article about how to include custom validation messages:

2) To show the tooltip above the dropDownList you can include the following CSS style to the page:

.k-window-content .k-drop-down {
    z-index: inherit;
}


Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Scheduler
Asked by
salvador
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or