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

Moving from WebForms to Kendo UI for jQuery: tooltip modal

2 Answers 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hamza
Top achievements
Rank 1
Hamza asked on 06 Jun 2017, 08:08 AM

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!

2 Answers, 1 is accepted

Sort by
0
Accepted
Veselin Tsvetanov
Telerik team
answered on 08 Jun 2017, 07:18 AM
Hello Olivier,

Both the Kendo jQuery and Kendo for Angular suites offer components, that are very similar to the RadToolTip from the Telerik UI for ASP.NET AJAX suite. These are the Kendo Tooltip and the Kendo Angular Popup. Both of them, however, do not offer a Modal mode. Therefore, I would suggest you to review instead the possibility that the Kendo Window, the Kendo Dialog and the Kendo Angular Dialog offer. All of them are available in Modal mode, so they may be a proper fit for your specific project requirements.

Another option is to implement a custom logic to mimic modality of the Kendo Tooltip. Here you will find a very simple Dojo sample, that demonstrates the basic steps, that would allow you to achieve similar behaviour. Note, that you may have to modify and adjust this sample to your specific needs.

In addition, if you think that adding a modal mode to the Kendo Tooltip would be a valuable addition to the widget functionality, I would suggest you to log your idea in our Feedback portal. Based on the support it receives from the community, we will decide on whether to introduce this enhancement to the widget or not.

I hope, that the above helps you. In case you have any other questions, please do not hesitate to contact us.

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Hamza
Top achievements
Rank 1
answered on 08 Jun 2017, 01:19 PM

Hello Mr. Tsvetanov,

Thank you for your time and your detailed answer. I think it is clear with the example you gave me.

All the best!

Tags
General Discussions
Asked by
Hamza
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
Hamza
Top achievements
Rank 1
Share this question
or