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

Problem with position of loading panel for dynamically added tooltips

1 Answer 55 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
andieje
Top achievements
Rank 1
andieje asked on 29 Jun 2009, 04:08 PM
Hi

I have a page where i have a radgrid that is hidden when the page loads first time. The page has a form on it and when the user clicks submit on this form the radgrid is then displayed. This is controlled using the radajaxmanager so that the page only has a partial postback.The radgrid has tooltips which are added dynamically. I have set up the rad ajax manager like so

<telerik:AjaxSetting AjaxControlID="btnSubmit">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="RadToolTipManager1" />

 

 

<telerik:AjaxUpdatedControl ControlID="pnlResults" />

 

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>



The problem is that when the submit button is pressed a loading panel appears in the top left of the page. I presume this is because of the ajax setting for the tooltipmanager. So i tried adding the radtooltipmanager programatically in the click event of the button instead of declaring it in the aspx. This had the effect that the first time the user clicks the submit button the loading panel is not shown in the top left but if they submit the form again the loading panel is then shown in the top left so thats not much use.

You can see the page here: 84.92.22.217/SureTrack2/Tracking/OutOfHoursReport.aspx

This is the version where the radtooltip manager is added declaratively as an ajax setting.

thanks


 




 

1 Answer, 1 is accepted

Sort by
0
andieje
Top achievements
Rank 1
answered on 29 Jun 2009, 04:13 PM
I fixed it by taking the loading panel off the tool tip manager. I thought this would take the loading panel off the tooltips themselves but it didn;t so they must have their own loading panels built in.
Tags
ToolTip
Asked by
andieje
Top achievements
Rank 1
Answers by
andieje
Top achievements
Rank 1
Share this question
or