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.
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.