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

Tool tip RecordSummary in RadGrid on mouseover

2 Answers 107 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Nirmal
Top achievements
Rank 1
Nirmal asked on 03 Jul 2009, 06:16 AM
Hi,

  I would like to show  all records in Radgrid on  mouseover in a particular row using tooltip..
How? any idea

Nirmal
Thanks in Advance

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 06 Jul 2009, 12:13 PM
Hi Nirmal,

You can use the Load On Demand functionality of the RadToolTipManager to load a user control in the tooltip as shown in the demos below:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/tooltip/examples/tooltipversustooltipmanager/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/tooltip/examples/targetcontrolsandajax/defaultcs.aspx

In your case, you should have the same grid binded in a user control and  you do not even need to pass an argument to the user control as shown in the examples - just add it in the OnAjaxUpdate event to show it in the tooltip.

All the best,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Nirmal
Top achievements
Rank 1
answered on 07 Jul 2009, 07:32 AM
Thanks Svetlina,

It's working good
Tags
ToolTip
Asked by
Nirmal
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Nirmal
Top achievements
Rank 1
Share this question
or