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

Firefox - Mouse over not working

1 Answer 56 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kannan
Top achievements
Rank 1
Kannan asked on 18 Jul 2013, 09:37 AM
Hi,

I'm using  RadToolTipManager in runtime .. while mouseover the grid it should display the value it working in IE but not in Firefox .Kindly guide


RadToolTipManager2.TargetControls.Add(lnkPrdName.ClientID, true);


<rad:AjaxSetting AjaxControlID="RadAjaxManager1">
            <UpdatedControls>
                <%--<rad:AjaxUpdatedControl ControlID="gridProductDRDT" LoadingPanelID="" />--%>
                    <rad:AjaxUpdatedControl ControlID="divGridDRDT" LoadingPanelID="LoadingPanel1" />
                    <%--<rad:AjaxUpdatedControl ControlID="lblInjectScript" LoadingPanelID="" />--%>
                    <rad:AjaxUpdatedControl ControlID="RadToolTipManager2" LoadingPanelID="" />
                    <rad:AjaxUpdatedControl ControlID="divAuditTrailDetatils" LoadingPanelID="" />
                    <rad:AjaxUpdatedControl ControlID="DivSuccess" LoadingPanelID="" />
                    <%--<rad:AjaxUpdatedControl ControlID="gridAuditTrail" LoadingPanelID="" />--%>
                </UpdatedControls>
            </rad:AjaxSetting>

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 22 Jul 2013, 02:30 PM
Hello Kannan,

There is no such known issue with the control and the general setup should work fine. Without any concrete information on the case I can suggest that you examine the following online demo we have: http://demos.telerik.com/aspnet-ajax/tooltip/examples/targetcontrolsandajax/defaultcs.aspx?product=tooltip. It is very similar to your scenario and shows how to update a RadToolTIpManager with AJAX. You can examine it and compare it with your setup to find the difference that results in the issue. I would also advise that you make sure there are no  JavaScript errors on the page.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
ToolTip
Asked by
Kannan
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or