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

[Solved] Rad Tool Tip breaking client side events for Rad Grid

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mcrawf10
Top achievements
Rank 1
mcrawf10 asked on 09 Jan 2008, 03:46 PM
I'm using the Prometheus Rad Toool Tip with the Prometheus Rad Grid.  My objective is to have a tool tip for each row in the grid that is displayed when mousing over a row in the grid.  I'm setting the server-side TargetControlId property to the ClientId property of the corresponding  GridDataItem for each row in the table using the following code:

RadToolTip.TargetControlID = GridDataItem.ClientID

This method does bind the tool tip to the row however the client-side events, select, click, and double click have stopped working.

The client side events worked using this method when I was usig the ASP.NET Rad Grid but does not work with the Prometheus Rad Grid.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 11 Jan 2008, 12:40 PM
Hi,

I tested the behavior that you mentioned, and the controls behaved as expected. You will find the code, which I used for testing attached to this message. Take a look at it and let me know if this is the expected behavior, or I am leaving something out.

Sincerely yours,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
mcrawf10
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or