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

NumericTextBox does not support kendo validator tooltips correctly

1 Answer 171 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Rowan
Top achievements
Rank 1
Rowan asked on 11 Sep 2015, 03:57 AM

The NumericTextBox does not handle validator tooltips correctly and does a weird thing where it emits the tooltip *inside* the control element. This makes it impossible to position and format the tooltip properly. See image comparing a NumericTextBox to a masked one.

Here is a simple snippet that reproduces the problem, just click in then out of one of the inputs to trigger validation.

http://dojo.telerik.com/IlAYE

1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Krustev
Telerik team
answered on 14 Sep 2015, 08:57 AM
Hello Rowan,

You can control the tooltip position adding a dedicated SPAN element for that task. You can find more details here: Basically, this is required for complex widgets (those with wrapper elements) like NumericTextBox widget.

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