Search code examples
c#radgridtelerik-gridwebaii

Detect ToolTip on row of RadGrid using WebAii


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


Solution

  • 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