Detect ToolTip on row of RadGrid using WebAii

326 Views Asked by At

We use a tooltip on our RadGrid to present a feedback message to a user when a row is disabled. During a test, is there any way to detect what the text of the tooltip is when hovering over a particular row by using the WebAii suite?

Thanks

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, the title attribute is how tooltips are added to elements in HTML. See here for more information. http://www.w3schools.com/tags/att_standard_title.asp. Do you need assistance reading the title attribute with the WebAii framework?

Cody Gibson Telerik Technical Support