The AccessibleName property is not respected by the Windows Narrator.
Other controls that have the same behavior:
Hi Dan,
The described behavior for the RadDropDownList is still not fixed. The RadDropDownList structure is different from the RadTextBox. The control itself exposes two modes. One for using only the dropdown part to select an item and one for enabling the textbox input area. That is why we have logged a separate feedback item for this. You can track its progress using the following link:
Regards,
Dinko | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi Dan,
Thank you for reporting this behavior. As a workaround, we can set the AccessibleName of the hosted MS TextBox control inside the RadTextBox:
this.radTextBox1.TextBoxElement.TextBoxItem.HostedControl.AccessibleName = "YourCustomName";Regards,
Dinko | Tech Support Engineer
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.