hi
We have a gridview,which has a column Description.The column shows information icon image.We have used rad tool tip manager to view desription of a row in gridview. This works fine. But the problem is when there are many rows(50-60), page becomes very slow.Because for each row there would be a Rad tool tip manager. Please suggest what would be the best way to impliment it, so that the page can be a bit fast.
to resolve this we thought to have rad tool tip manager with load on demand. But here problem is when we hover mouse on image, OnAjaxupdate() gets invoked followed by Page_load. It becomes a proper postback. When we hover over the mouse on image, It loads the page again and the tooltip pop up gets disappeard.
Please suggest what to do?
Regards,
Braj
We have a gridview,which has a column Description.The column shows information icon image.We have used rad tool tip manager to view desription of a row in gridview. This works fine. But the problem is when there are many rows(50-60), page becomes very slow.Because for each row there would be a Rad tool tip manager. Please suggest what would be the best way to impliment it, so that the page can be a bit fast.
to resolve this we thought to have rad tool tip manager with load on demand. But here problem is when we hover mouse on image, OnAjaxupdate() gets invoked followed by Page_load. It becomes a proper postback. When we hover over the mouse on image, It loads the page again and the tooltip pop up gets disappeard.
Please suggest what to do?
Regards,
Braj
7 Answers, 1 is accepted
0
Braj
Top achievements
Rank 1
answered on 12 Dec 2008, 06:40 AM
Could some one please suggest some thing for my question.
0
Braj
Top achievements
Rank 1
answered on 12 Dec 2008, 01:10 PM
I have solved it . Thanks
0
Evan Qian
Top achievements
Rank 1
answered on 16 Dec 2008, 10:05 AM
could you share your solution? I got the similar problem. thanks
0
Braj
Top achievements
Rank 1
answered on 16 Dec 2008, 05:11 PM
Hi,
Are you using any server side control to show tooltip message on hover pop up. If yes use html generic control.
htmlgenerikControl.text = "tooltip message"
and
tooltipmanager.controls.add(htmlgenerikControl)
let me know , it solves your issue.??
if it doesn't post your code.
Are you using any server side control to show tooltip message on hover pop up. If yes use html generic control.
htmlgenerikControl.text = "tooltip message"
and
tooltipmanager.controls.add(htmlgenerikControl)
let me know , it solves your issue.??
if it doesn't post your code.
0
Hi guys,
The RadToolTip control is very efficient and you should not experience performance problems. However, I suggest to examine this online demo in which the RadToolTipManager's client-side API is used to create tooltips on the client and I believe that this will be helpful in your case.
Best wishes,
Svetlina
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The RadToolTip control is very efficient and you should not experience performance problems. However, I suggest to examine this online demo in which the RadToolTipManager's client-side API is used to create tooltips on the client and I believe that this will be helpful in your case.
Best wishes,
Svetlina
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Kumar
Top achievements
Rank 1
answered on 17 Aug 2010, 05:06 PM
Hello there, is there any way to add a textbox control to radtooltip manager using client api?
0
Hi Kumar,
Svetlina
the Telerik team
There are a few manners to add a tooltip client-side, here are some of them:
1) If you want to use a RadToolTipManager you can create the tooltip on the client as shown in the demo below:
http://demos.telerik.com/aspnet-ajax/tooltip/examples/radtooltipmanagerclientapi/defaultcs.aspx
2) You can declare a separate RadToolTip control and associiate ity to the desired textbox by using the set_targetControl or set_taregtControlID methods which are documented in more details below:
http://www.telerik.com/help/aspnet-ajax/tooltip_clientradtooltip.html
I hope that my reply is helpful, let me know how it goes.
Svetlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items