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

Show Details of Radgrid on Mouseover

1 Answer 177 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 20 Jan 2009, 06:18 PM
I have a Radgrid "radgrid1" that pulls a list of contacts from a SQL Database. The indentity column is "contactid". I would like to have a tooltip that shows more details of the contact when the user hovers the mouse over the record in the grid. I have tried following some of the code posted but can't seem to get this to work. does anyone have a simple example in vb that shows how to do this?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 21 Jan 2009, 11:34 AM

Hi Robert,

I suggest to load the content on demand either by using AJAX request or a WebService as demonstrated in the following online examples:

http://demos.telerik.com/aspnet-ajax/ToolTip/Examples/ToolTipManager/DefaultCS.aspx
http://demos.telerik.com/aspnet-ajax/ToolTip/Examples/LoadOnDemand/DefaultCS.aspx
http://demos.telerik.com/aspnet-ajax/ToolTip/Examples/WebService/DefaultCS.aspx


When you install RadControls, our online examples projects are automatically installed on your computer and you can not only examine their full source code, but also extend them further in order to meet your requirements.

You can open the demos from here:

Start\Programs\Telerik\RadControls for ASPNET AJAX\Open Sample WebSite In VisualStudio

The actual location on your hard disk is the following one:

C:\Program Files\Telerik\RadControls for ASPNET AJAX \Live Demos

Greetings,

Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ToolTip
Asked by
Robert
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or