Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The [ WAI-ARIA Suite ](https://www.w3.org/WAI/intro/aria), defines an approach t
In order to enable the WAI-ARIA support, set the **RadComboBox** contol's **EnableAriaSupport** property to **true** as shown in the example below.


>caption **Example 1**: Setting the **EnalbeAriaSupport** property for **RadComboBox**.
>caption **Example 1**: Setting the **EnableAriaSupport** property for **RadComboBox**.

````ASPNET
<telerik:RadComboBox RenderMode="Lightweight" runat="server" id="RadComboBox2" EnableAriaSupport="true">
Expand Down