Hello
We have been using for quite a long time Kendo in our ASPX Web Forms applications.
Now we also started developing in pure JS and we plan to start Angular 4 as well.
However, to keep consistency, we need to provide, in our new applications, the possibility of having tooltips in Modal mode.
For example, in WebForms we had something like <telerik:RadToolTip runat="server" Modal="true">
How could we do it using kendo UI for jQuery ?
Many Thanks!