The
documentation for the RadButton accessibility states:
When ToggleType="CheckBox", "Radio" or "Link" and if the Text property is set, the Button compliance level is A.
But there is no ToggleType="Link" in the designer view, and if hard coded, results in the following error:
Cannot create an object of type 'Telerik.Web.UI.ButtonToggleType' from its string representation 'Link' for the 'ToggleType' property.
My code looks like this
<telerik:RadButton ID="btnOkay" ToggleType="Link" runat="server" CausesValidation="False" Text="Yes" OnClick="btnOk_Click" meta:resourcekey="btnOkayResource1" />
Currently, instead of reading the Text attributes of the RadButtons, NVDA will read "Paragraph" when focus is placed upon them.