Completed
Last Updated: 17 Apr 2026 09:04 by ADMIN
Release 2026.1.414
Dan
Created on: 25 Mar 2026 10:53
Category: TextBox
Type: Bug Report
1
TextBox: AccessibleName property is not respected by the Windows Narrator

The AccessibleName property is not respected by the Windows Narrator.

Other controls that have the same behavior:

  • RadMaskedEditBox
3 comments
ADMIN
Dinko | Tech Support Engineer
Posted on: 17 Apr 2026 09:04

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.

Dan
Posted on: 15 Apr 2026 14:13
I've tested this with the 2026.1.415 release and I still get an issue with RadDropDownList, it announces its control name instead of AccessibleName.  The other controls work better.
Attached Files:
ADMIN
Dinko | Tech Support Engineer
Posted on: 25 Mar 2026 10:55

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.