Is there a way to show a message when a field's input isn't being parsed? There doesn't seem to be any visual clue that what the user has just attempted wasn't accepted.
1 Answer, 1 is accepted
0
Kiril Nikolov
Telerik team
answered on 05 Jul 2013, 07:29 AM
Hi Kori,
Ideally Kendo Validator places its tooltips besides the validated input, but if you change this input to a Kendo UI widget, the tooltip may cover important information - this is the reason why its being hidden. You can specify where exactly do you want the tooltip to be placed by adding a span with data-for attribute set to the validated input name and a class .k-invalid-msg. You can find more information how to do this on the following link: