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

radtooltipmanager and radajaxmanager

1 Answer 92 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 27 Jun 2008, 09:37 PM
I have a page that is adding rows to a radgrid on indexchange for a radcombo.

I am using a radajaxmanager for this

    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"  OnAjaxRequest="RadAjaxManager1_AjaxRequest">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadComboBoxClient"               EventName="SelectedIndexChanged">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="rgdClients" LoadingPanelID="LoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

When I add the grid row I add a control to the radtooltipmanager

GridRadToolTipManager.TargetControls.Add(e.Item.ClientID, client.Id.ToString(),

true);

However, the OnAjaxUpdate does not get called. Though when I remove the ajaxmanager all works fine.

Does anyone have any ideas on this?

Andrew

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 01 Jul 2008, 11:33 AM
Hi Andrew,

There was a problem with integration of RadAjaxManager and RadToolTipManager and it was fixed in our latest release, namely v. 2008 1 619 (Q1 2008 SP2). Would you please upgrade to it and test again your project?

In case the problem persists, please open a new support ticket and send me a sample, fully working reproduction project. Once I receive it, I will do my best to help.



Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Andrew
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or