I am trying to use Angular Kendo UI Tooltup within the Kendo Validator's errorTemplate but tooltip does not seem to work. Is this supported?
See example http://dojo.telerik.com/IDamo/12
Thanks
2 Answers, 1 is accepted
0
Tsvetina
Telerik team
answered on 10 Feb 2017, 12:30 PM
Hi Savas,
Declarative initialization of a new Tooltip in the errorTemplate is not supported. You can see that it won't work for a Kendo UI MVVM scenario, too. Is there a reason why you want to use the Tooltip widget instead of the built-in tooltip shown by the Validator?
Well our UX is designed that way, I guess we are bit tight on real estate hence trying to show only an Icon instead of full error message. Anyways I have worked it out by using kendo-tooltip in the parent container with k-fllter option and works great, here is a working example: http://dojo.telerik.com/IDamo/20