Completed
Last Updated: 08 Nov 2023 08:24 by ADMIN
Release [R3 2023] PI 2
Created by: Vasilii
Comments: 2
Category: DropDownList
Type: Feature Request
17
Provide the same property for the React version: https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/disabled-items/
Completed
Last Updated: 07 May 2026 10:30 by ADMIN
Created by: Molly
Comments: 4
Category: DropDownList
Type: Feature Request
1

Good morning,

I have seen a component within the Angular library that I would like to include in my project using React. The link to it is here:

https://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/add-new-item

Are you able to advise on how I could implement this please?

 

Best wishes,

Molly

Completed
Last Updated: 24 Jan 2023 11:26 by ADMIN
Created by: lavanya
Comments: 1
Category: DropDownList
Type: Feature Request
0

Hi, I am Lavanya!

in my dropdown list, there are horizontal layouts I need to change to the vertical dropdown list

and also I have attached bar data in that I need to make a dropdown filter of the month how can I use that

Unplanned
Last Updated: 14 Aug 2026 07:27 by ADMIN
Created by: Hubert
Comments: 1
Category: DropDownList
Type: Bug Report
0

When filterable={true} is set, the filter input field does not respond to Home and End keys. The keys are swallowed and never reach the input element, making cursor navigation less convenient.

Steps to Reproduce:
- Render a DropDownList with filterable={true}
- Open the dropdown and type a string into the filter input
- Press Home, End, Shift+Home, or Shift+End

Expected: cursor moves to start/end of input; Shift+Home/Shift+End selects text
Actual: nothing happens in the input field

https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/filtering