I am working on an angular4 application with Kendo UI widgets and trying to achieve tooltip in Kendo UI controls with the help of title attribute, is there any other way to get it done.
Thanks!!!
1 Answer, 1 is accepted
0
Veselin Tsvetanov
Telerik team
answered on 30 Aug 2017, 06:50 AM
Hi Garima,
Currently, the Kendo UI for Angular suite does not offer a dedicated Tooltip component. Therefore, using the title attribute on DOM elements / Kendo Angular components would be a viable approach for the discussed scenario.