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

RadToolTipManager & RadAjaxManager

3 Answers 145 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
mro
Top achievements
Rank 1
mro asked on 23 Sep 2008, 12:29 AM
Hi all,
Does RadToolTipManager work when having a RadAjaxManager on the same page.
I have a grid which is ajaxified by Ajax Manager and a Tooltip Manager used to show a short info when a user clicks on the grid row.
In the itemcreated event I add a link button from the row to the Tooltipmanager target controls and in the OnAjaxUpdate i send the arg to the control in tool tip. It works ok until sorting or paging. If soriting or paging the tooltip shows and it displays "loading" image forever.  I tried everything without Ajax and it works.

Do you have a solution to this?
I cannot use Ajax panel bacause the page is a little complex.

mario

3 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 25 Sep 2008, 12:00 PM
Hello mario,

Please try adding the ToolTipManager as updated control from the grid in your ajax settings:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">  
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="RadGrid1">  
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="RadGrid1" /> 
                <telerik:AjaxUpdatedControl ControlID="RadToolTipManager1" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManager> 

Let me know how it goes.

Best wishes,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Siroos
Top achievements
Rank 1
answered on 16 Feb 2013, 12:58 PM
I have this problem and I did what you said but it didn't work.
Can you give me another solution?
Regards...
0
Kostadin
Telerik team
answered on 20 Feb 2013, 03:19 PM
Hello Siroos,

You could check out the following code library which demonstrates how to integrate RadTooltipManager with RadGrid.

All the best,
Kostadin
the Telerik team
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 their blog feed now.
Tags
Ajax
Asked by
mro
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Siroos
Top achievements
Rank 1
Kostadin
Telerik team
Share this question
or