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

Clear Targetcontrols client side

4 Answers 97 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Cush
Top achievements
Rank 1
Cush asked on 25 May 2011, 02:24 PM
Hi All

Is there any way to clear the tooltip target controls client side?

I have a radgrid inside of a radajaxpanel, The grid has a tool tip that shows when the mouse is hovered over a particular column.
The grid items are edited and deleted via a popup radwindow,
When the user adds or delete's the window closes and calls back to rebind the grid using javascript client rebind method.

However i cannot update the tooltip!
I know i could place a radajaxmanager on the page and call back to the server side but i would rather not do this.

I have tried putting the targetcontrols.clear in the ItemDataBound event of the grid before the tooltip controls are added, but the tooltip just does not show if i do this.

Any help would be most appriciated.

Many Thanks

Cush

4 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 27 May 2011, 02:45 PM
Hi Cush,

 As far as I understand you perform an AJAX request to rebind the grid and the problem is that the tooltip shows the old data. If so, I suggest to put the RadToolTipManager in the same RadAjaxPanel as the grid - this will fix the problem.

All the best,
Svetlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Cush
Top achievements
Rank 1
answered on 27 May 2011, 03:18 PM
Hi Svetlina

Thank you for replying to my post.

I tried your suggestion initialy and it would not work?
However i have just tried it again now and it works perfectly ????

Thanks Again

Regards

Cush
0
Svetlina Anati
Telerik team
answered on 27 May 2011, 04:34 PM
Hello Cush,

 I am glad to hear that you made things work as you require. As to the initial setup, it is possible that something was cached by the browser.

If you encounter any other problem do not hesitate to contact us again, we will be glad to help.

Kind regards,
Svetlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Sudhir
Top achievements
Rank 1
answered on 01 Nov 2012, 06:56 PM
Thanks for the tip. I was having the same issue and this resolved it.

Sudhir
Tags
ToolTip
Asked by
Cush
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Cush
Top achievements
Rank 1
Sudhir
Top achievements
Rank 1
Share this question
or