2X faster development
The ultimate ASP.NET Core UI toolkit to boost your development speed.
In the DropDownList control, the input element is hidden and non-editable. When TabIndex is set to the DropDownList control using the HtmlAttributes property, it is set to the input element and TabIndex will not work for hidden elements. So, to set proper TabIndex for the DropDownList control, it must be set to the control’s wrapper element.
Consider the following example,
In the previous code, the DropDownList’s client-side create event is used to set the TabIndex to the control’s wrapper element. |
2X faster development
The ultimate ASP.NET Core UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.