I would like to add a radtooltip to a RadGrid row and/or to a column on the row. The column would have a details icon that when hovered over will display all the details for the row. Is this possible?
S~
3 Answers, 1 is accepted
0
Sebastian
Telerik team
answered on 16 May 2008, 01:13 PM
Hello Steve,
I think that the following online demo can become a starting point for your implementation:
It seems like I can add rich content inbetween the tooltip tags, when I add a table to display my content in for the tooltip the borders on the table in the tooltip are showing up. I have set the border=0, but still it is showing up. I am using the vista skin. No matter the content, it seems like borders are appearing when I dont want them to.
Thanks
0
Svetlina Anati
Telerik team
answered on 20 May 2008, 06:34 AM
Hello Steve,
I was able to reproduce the problem. The reason for it is that the RadToolTip's content HTML is rendered where the control is placed. The RadGrid and the RadToolTip are based on table elements and that is why your custom table is nested in other styled tables and it inherits their styles.
You can set a custom style to your table but you should also add the keyword !important in order to prevent it to be overridden. This can be done in the following manner: