Satyanarayana
asked on 09 Aug 2022, 06:54 AM
| edited on 09 Aug 2022, 07:20 AM
my application uses kendo version 2017.3.1026
In my application I have user name DOM in UI,
I want to use kendo tooltip to show user details .
the user details will be dynamic and coming from server.
how can I achieve this.
Thanks in advance.
1 Answer, 1 is accepted
0
Martin
Telerik team
answered on 11 Aug 2022, 02:13 PM
Hello, Satyanarayana,
Could you please elaborate what exactly is the issue you are experiencing to display the Tooltip? I would really appreciate if you could share a small example where I can directly observe the problem?
Looking forward to your reply.
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
when mouse clicked on span1 , I need to show latest updated user details from DB in tooltip of span1 element.
phone number displayed in tooltip of user can be updated and saved to DB.
when mouse clicked on span2, I need to show updated data with latest updated phone number from DB in tooltip of span2 element.
sorry I don't have an example to share.
Martin
Telerik team
commented on 19 Aug 2022, 11:21 AM
If the goal is to display content from a remote endpoint, the content configuration accepts a function where you can make a request to the server to retrieve the information. Here you will find an example of AJAX loaded content.