Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
19 views

Hi,

My situation: I have a Radgrid with TooltipManager setup which works fine.

Now I have to place another RadGrid in the Tooltip which has an update button per row.
How would one configure so, that the Tooltip's RadGrid is updated in the Tooltip.
Please see attached screenshot...

Thanks for any pointers.

Marc

Vasko
Telerik team
 answered on 20 Feb 2024
1 answer
23 views

RadWindow is showing a tooltip with its ID in it. See attached image. How can I disable this?


Vasko
Telerik team
 answered on 12 Jan 2024
1 answer
78 views

I'm trying to add ToolTip content dynamically with items selected/unselected from the Multiselect control.  The code seems to work with no errors. However, the tooltip doesn't show on mouse over the Multiselect control. 

I also attempted to add an mouseover client attribute event on the Multiselect as well.

Code snippets attached. 

 

Thank you for any help with this issue!

 

 

 

 
Doncho
Telerik team
 answered on 11 Oct 2022
1 answer
56 views

How can i make a popup on a layer click with information (name,etc...).

On Telerik Radmap Asp.net

 

Attila Antal
Telerik team
 answered on 04 Jul 2022
0 answers
61 views

Hello,

I'm using a RadScheduler and I have set it to display the AdvanceEditForm on click on an appointment.

I also have a RadToolTipManager to have a custom tooltip when the mouse pass over an appointment.

The problem I have is that :

    - if I click on the appointment before the RadToolTipManager begin to show the tooltip

or

    - if I move on another appointment after clicking on one and before the AdvanceEditForm appears

the clientappointmentclick event is cancelled by the tooltip ...

https://www.screencast.com/t/8LlJ3UTqLR

How can I do to avoid this problem ?

Best regards,

Remy Dubois.

Remy
Top achievements
Rank 1
 asked on 24 Nov 2021
1 answer
71 views

Hi Telerik,

I'm using 2021.2.616.45 AJAX controls and I have the bubble layer working as per your example https://demos.telerik.com/aspnet-ajax/map/examples/functionality/bubble-layer/defaultcs.aspx

But I can't get the tooltip to work.

<telerik:RadMap RenderMode="Lightweight" runat="server" ID="rmDeliveryHeatmap" Zoom="3" MinZoom="2" MaxZoom="16" Width="98%">
        <ClientEvents  OnShapeMouseEnter="onShapeMouseEnter"/>
        <CenterSettings Latitude="23" Longitude="10" />
        <LayersCollection>
            <telerik:MapLayer Type="Tile" Subdomains="a,b,c"
                UrlTemplate="https://#= subdomain #.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png"
                Attribution="&copy; <a href='https://osm.org/copyright' title='OpenStreetMap contributors' target='_blank'>OpenStreetMap contributors</a>.">
            </telerik:MapLayer>

            <telerik:MapLayer Type="Bubble" ClientDataSourceID="RadClientDataSource" ValueField="DeliveryCount" LocationField="Location">
                <TooltipSettings Position="Top" Template="<p>#= marker.dataItem.ItemCount #</p>" />
                <StyleSettings>
                    <FillSettings Opacity="0.4" Color="#00cc66"/>
                    <StrokeSettings Width="0" />
                </StyleSettings>
            </telerik:MapLayer>
        </LayersCollection>
    </telerik:RadMap>

I'm guessing that the object name in the Template attribute is wrong.

<TooltipSettings Position="Top" Template="<p>#= marker.dataItem.ItemCount #</p>" />

Please can you provide a working example.

Cheers,

Matt

Vessy
Telerik team
 answered on 17 Nov 2021
2 answers
421 views

I have a RadToolTipManager in place and logic to create tooltips on certain elements.

When hovering over an element and its tooltip is visible, when I then hover over another element that contains its own tooltip, I want the current tooltip to hide after a certain amount of ms instead of hiding immediately. After which, the element I'm hovering on will show its tooltip.

Almost like a delay between hiding the current tooltip and showing a new tooltip from a element being hovered on.

I used .set_hideDelay(1000) on each of these tooltips, but that seems to be when the cursor is idle for that long.

Is there an implementation for what I describe?

Vessy
Telerik team
 answered on 16 Mar 2021
14 answers
285 views
I have a GridView with a RadToolTip inside an <ItemTemplate> tag.  It's TargetControlID is a label.  The problem is the tool tip only renders on the first row of the GridView and no others.  I have read the other posts with similar problems but your solutions do not work for me.  Please tell me what I am doing wrong.  I have been strugglling with this for two days and cannot get the other rows to render the tool tip.

I have an 'OnRowCreated' event on my GridView as follows:
protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e)  
    {  
        if (e.Row.RowType == DataControlRowType.DataRow)  
        {  
            if (e.Row.DataItem != null)  
            {  
                if (e.Row.DataItemIndex == 0)  
                {  
                    System.Web.UI.WebControls.Label L1 = (System.Web.UI.WebControls.Label)e.Row.FindControl("lblViews");  
                    DataRowView curRow = (DataRowView)e.Row.DataItem;  
                    L1.ID = curRow.Row["CDNStreams"].ToString();  
                    this.RadToolTipManager1.TargetControls.Add(L1.ClientID, true);  
                }  
            }  
        }  
    }  
    protected void RadToolTipManager1_AjaxUpdate(object sender, Telerik.Web.UI.ToolTipUpdateEventArgs e)  
    {  
        e.UpdatePanel.ContentTemplateContainer.Controls.Add(new HtmlGenericControl("HR"));  
    }  
 
 
I have the RadToolTip coded as follows:
<asp:TemplateField HeaderText="Views Total" HeaderStyle-BorderWidth="1px" ItemStyle-Wrap="true" 
                        HeaderStyle-BorderColor="Black">  
                        <ItemTemplate> 
                            <asp:Label ID="lblViews" Text='<%# Eval("Views") %>' runat="server" >                          
                                </asp:Label> 
                            <telerik:RadToolTip Text='<%# "Views Breakout<br/>Database Views: " + Eval("DBViews") + "<br/>Limelight CDN Views: " + Eval("CDNStreams")%>' 
                                runat="server" TargetControlID="lblViews" ID="RadToolTip1" IsClientID="true">  
                             </telerik:RadToolTip> 
                        </ItemTemplate> 
</asp:TemplateField> 

I have a RadToolTipManager coded as follows:

<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server"   
        OnAjaxUpdate="RadToolTipManager1_AjaxUpdate">  
    </telerik:RadToolTipManager> 

Thanks much in advance,
Ken
Vessy
Telerik team
 answered on 14 Oct 2020
3 answers
591 views

I have a RadioButtonList like this:

   <asp:RadioButtonList ID="myRbl" runat="server" AutoPostBack="true">
                                                    <asp:ListItem Selected="True" Value="0">Option 0</asp:ListItem>
                                                    <asp:ListItem Value="1">Option 1</asp:ListItem>
                                                    <asp:ListItem Value="2">Option 2</asp:ListItem>
                                                </asp:RadioButtonList>

 

and a ToolTipManger:

Dim controlClientID As String = myRbl.ClientID
DirectCast(Page.Master.FindControl("RadToolTipManager1"), RadToolTipManager).TargetControls.Add(controlClientID, True)

I don't know how to add a tooltip for each listed item in my RadioButtonList .

If I do something like listItemOpen.Attributes.Add("title", "Option 0") it does add a tool tip to the listed item and it doesn't work with the tooltipmanager. It work only with a tool tip at the button level.


 

Peter Milchev
Telerik team
 answered on 24 Jul 2020
8 answers
857 views
I'm using the radgrid and have it as a databound columns.  How can i insert a tooltip on a specific column where each row passes its unique id to web service for the text?

I'm having trouble figuring out how to procede and can't find an example similar to this.  Thanks.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
 answered on 15 Jun 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?