We'd like to open the dropdownlist automatically when it receives focus, and then focus on the filter textbox inside the dropdown. Is this possible? Was hoping for an OnFocus event.
1 Answer, 1 is accepted
0
Nansi
Telerik team
answered on 08 Jan 2024, 04:55 PM
Hello James,
The DropDownList opens automatically on click event. Since you want to open it when it receives focus, you need to use JavaScript.