Unplanned
Last Updated: 23 Nov 2020 16:40 by Ron Barone
Ron Barone
Created on: 23 Nov 2020 16:00
Category: Tooltip
Type: Feature Request
2
Multiple ShowOn values (the tooltip to show both on Hover and Click)

There's no way for me to specify a tooltip with both Hover and Click support.

I would like my tooltip to work for both desktop and mobile.  Is there any way to do this?



This is what I'm doing now:

<TelerikTooltip  ShowOn="@TooltipShowEvent.Click" TargetSelector="@("#val" + FieldName)" />



Here's what I'm looking to do:

<TelerikTooltip  ShowOn="@TooltipShowEvent.Both" TargetSelector="@("#val" + FieldName)" />

 

---

ADMIN EDIT

This feature most probably will introduce a breaking change.

You can workaround this with using multiple TelerikTooltip declarations.

Check the attached file to see a sample implementation.

---

   
Attached Files:
1 comment
Ron Barone
Posted on: 23 Nov 2020 16:40

Thank you, adding 2 worked ok.  It does show a little overlay but nothing crazy.  It will definitely hold me over.