Unplanned
Last Updated: 12 Aug 2020 13:56 by Matthew

Bug report

In DropDownList when virtualization is enabled and the value of the widget is set through the value method, the cascade event is fired twice.

Reproduction of the problem

  1. Open the Dojo example.
  2. Click the 'Set value' button

Current behavior

The cascade event will be triggered twice.

Expected/desired behavior

The cascade event should be triggered only once.

Environment

  • Kendo UI version: 2010.2.617
  • Browser: [all ]
Declined
Last Updated: 12 Aug 2020 12:46 by ADMIN

When there is no filter enabled in the DropDownList it is possible to select an item just by typing, without opening the DropDownList popup.

https://dojo.telerik.com/ELEfIZIx

It would be useful if such an option is available when the filter of the widget is configured. 

Unplanned
Last Updated: 13 May 2020 12:54 by Sebastian

Bug report

When filtering the DropDownList data when a limited amount of items remain the popup container is displayed above the DropDown element when sufficient space is available below the element

Reproduction of the problem

  1. Run this dojo
  2. Enter "123" - the popup container with the list of items is displayed below the DropDown element
  3. Enter "1234" - the popup container with the list of items is displayed above the DropDown element when sufficient space is available below the element
  4. Enter "12345" - the NoDataTemplate is displayed above the DropDown element when sufficient space is available below the element

Expected/desired behavior

The popup container with the list of items should be displayed below the DropDown element when sufficient space is available below the element

Environment

  • Kendo UI version: 2020.1.406
  • Browser: [all]
Completed
Last Updated: 16 Mar 2020 10:08 by ADMIN

Bug report

The change event is being triggered when having an initially selected item in the DropDownList and then open the DropDownList and click on the default selected item. This bug is represented only in MVVM.

Reproduction of the problem

  1. Open this Dojo and run it. The three cascading DropDownLists will have default selected items
  2. Click on the first DropDownList and select the already selected "Confections" option
  3. The other two DropDownLists will be reset because of the change event thrown in the first DropDownList

Current behavior

The change event of a DropDownList with initial data selected is being triggered when clicking on the already selected value.

Expected/desired behavior

Selecting the already selected item of a DropDownList shouldn't trigger its change event because there is no actual change in the component's value. Please check this Dojo for the expected behavior.

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 09 Mar 2020 14:02 by ADMIN
Release 2020.R2

In the DropDownList and ComboBox, virtualization only works when the popup is open. In both widgets, item navigation is functional by pressing down to select the next item in the list without opening the popup. However, when the end of the first page of results is reached, the selection goes back to the top of the first page of results instead of loading the second page via virtualization. This misleads the user in that it only presents a portion of the options available. This is also an issue for disabled users and accessibility.

https://demos.telerik.com/kendo-ui/dropdownlist/virtualization

https://demos.telerik.com/kendo-ui/combobox/virtualization

In both examples, holding down without opening the popup will never load more results.

We have had this issue in the past but it is a bigger issue now that we are focusing more on accessibility since users rely more heavily on keyboard navigation.

Declined
Last Updated: 20 Dec 2019 09:20 by ADMIN
Created by: IT-Consol
Comments: 2
Category: DropDownList
Type: Feature Request
1
the multiselect control should have the possibility to define elements as not editable (readonly) so that those elements can not be removed while other elements can be removed or new elements can be added.
Declined
Last Updated: 20 Dec 2019 09:14 by ADMIN
When the user enters a filter, the list is filtered. But if the user deletes the filter by clicking on the X in the filter box, the list remains filtered. It does not revert to the full, unfiltered list. 

To get back to the full list, the user must delete the filter by backspacing or pressing the delete key on the keyboard.

This behavior is confusing some users, who have used the mouse to delete the filter in IE11.  There's no longer a filter string there, but the list is still filtered.

Can  the dropdownlist listen for the click that clears the filter string from the textbox?
Declined
Last Updated: 20 Dec 2019 09:05 by ADMIN
Populate selected items when using browser back buttons for both Html and MVC Wrapper versions
Unplanned
Last Updated: 20 Dec 2019 08:56 by ADMIN
Created by: Imported User
Comments: 1
Category: DropDownList
Type: Feature Request
7
I'd like to be able to style the matching text from autocomplete, so I'd like the option for kendo to perhaps wrap the text in a span or something I can get a handle on...

So if I typed "Back" it'll give me results like this
<li><span class='t-match'>Back</span> to the future</li>
Declined
Last Updated: 18 Dec 2019 10:09 by ADMIN
On MultiSelect have an option when they type in a complete name and then blur out to save that name.

It works if they hit enter or tab. But if they don't (like if they immediately press the Submit button), then it looks it took their entry but it really did not.
Declined
Last Updated: 18 Dec 2019 10:07 by ADMIN
Created by: Jeff
Comments: 2
Category: DropDownList
Type: Feature Request
2
Create the ability to customize tag templates on the combobox and autocomplete widgets just like the tag template functionality on the multiselect widget
Declined
Last Updated: 17 Dec 2019 17:30 by ADMIN
Make up/down arrow keydown events fire a DropDownList change event when in the expanded state.

When a user clicks on the DropDownList, the list gets expanded. There is no change event fired for up/down arrow keydown events. I currently have to intercept the up/down keydown events manually. Having up/down arrow keydown events fire a change event would make the widget more intuitive and helpful for user interactions.
Declined
Last Updated: 17 Dec 2019 17:19 by ADMIN
Created by: Imported User
Comments: 1
Category: DropDownList
Type: Feature Request
3
Best practice dictates that dropdowns open on mousedown, such that that user can press, move to the desired item, and release all in one movement. You'll of course find this behaviour across many apps and OS's, including MS Office, Windows and OSX. Sadly, Kendo UI dropdowns open on mouseup/click, rather than mousedown, which means the user has to do two clicks to get to what they want. For heavy-usage applications, this is a big pain for users, and definitely affects usability.
Declined
Last Updated: 17 Dec 2019 17:09 by ADMIN
Created by: WingMan2010
Comments: 7
Category: DropDownList
Type: Feature Request
4
to have Accent Folding support for kendo combo box. We are using generic html/Jquery to do this now. Is there a work around or and any suggestions.
Completed
Last Updated: 17 Dec 2019 17:03 by ADMIN
Users wonder why the filter has not been removed from the dropdownlist when they use a browser's text INPUT[X] to delete the filter. The browser raises no event is raised when the X is clicked, and so the list does not revert to the unfiltered list. Users must hit the Delete keys on the keyboard. Although developers can use CSS to remove the browser's [X], it would be more convenient if kendo could do this by default for the dropdownlists's filter box, so that developers would not have to remember to add the CSS every time.
Declined
Last Updated: 17 Dec 2019 09:30 by ADMIN
Created by: Imported User
Comments: 1
Category: DropDownList
Type: Feature Request
3
Hi Support Team,

Current, we are facing a problem when using "kendo ComboBox" and options in attachment. To reproduce this issue, you have to run sample(kendoui.web.2013.1.319.commercial\examples\web\combobox\index.html) from attachment on safari of iPad.
Step by step:
1. Click on arrow icon to expand items
2. Click on textbox
3. Type data to search items near the last item on textbox

Actual: ComboBox don't auto scroll to item of user typed.
Declined
Last Updated: 17 Dec 2019 09:16 by ADMIN
Created by: Cory
Comments: 1
Category: DropDownList
Type: Feature Request
1
If you're trying to create an accessible form, "the value of the for attribute must be the same as the value of the id attribute of the form control" [1]. Since the ComboBox widget generates a new element and hides the original select element, the for attribute no longer matches this new input element. I think it would be good if the ComboBox widget would somehow keep the for attribute of the associated label element in sync with the newly generated input element.

[1]: http://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/H44
Declined
Last Updated: 16 Dec 2019 16:41 by ADMIN
Created by: Lorenzo
Comments: 1
Category: DropDownList
Type: Feature Request
1
ComboBox and DropDown are different because the first allows you to enter values non in list, but if you are using Cascading ComboBox, entering a value non in list in the first choice, the second choice is disabled. I'like to have cascading for values in list with option for inserting values non in list.
Completed
Last Updated: 16 Dec 2019 16:39 by ADMIN
Currently it is not possible to show the filter row until some data has been received and the dropdown is visible.

Please enhance/change the DropDownList widget so that it will be possible the enter a filter expression before any data is queried.

Related forum post: http://www.telerik.com/forums/server-filtering-how-to-not-query-data-until-filter-has-been-provided
Completed
Last Updated: 16 Dec 2019 16:26 by ADMIN
Created by: Ido
Comments: 0
Category: DropDownList
Type: Feature Request
1
Not showing the selected items externally , only within the drop down.