Unplanned
Last Updated: 22 Apr 2024 08:15 by Frank
Created by: Frank
Comments: 0
Category: DropDownTree
Type: Bug Report
0

Bug report
DropDownTree as a row editor does not clear chips when x button is clicked. Select All option does not select items

this.dataSource.data()  does not have items

Regression with 2022.1.119

Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/oXizEQac

Open Name column row filter DropDownTree

Select All shall select all items. Clearing items shall clear them


Environment
Kendo UI version: 2022.1.119 or newer
Browser: [all]

Unplanned
Last Updated: 01 Dec 2022 16:51 by Bill

Bug report

If the DropDownTree is configured without checkboxes (single selection), the X button shouldn't be present.

Reproduction of the problem

  1. Open this demo - https://demos.telerik.com/kendo-ui/dropdowntree/index
  2. Select an item from the DropDownTree

Current behavior

The clear button appears

Expected/desired behavior

The clear button shouldn't be present.

Environment

  • Kendo UI version: 2022.3.1109
  • Browser: [all]
Unplanned
Last Updated: 28 Sep 2021 11:52 by Mikael
Created by: Mikael
Comments: 0
Category: DropDownTree
Type: Bug Report
1

Bug report

The DropDownTree validation error message appears when the widget gets opened. The message appears before the user is able to select an item. The behavior is not consistent with the validation of the rest of the widgets, such as DropDownList, for example.

Reproduction of the problem

  1. Open the Dojo example
  2. Expand the DropDownTree

Scenario 2: DropDownTree in a Form - Dojo

Current behavior

The DropDownTree is validated on open, thus it is marked as invalid before the user has the possibility to select an item.

Expected/desired behavior

The validation of the DropDownList should be consistent with the rest of the widgets. It should be validated when it is focused out

Environment

  • Kendo UI version: 2021.3.914
  • Browser: [all ]
Unplanned
Last Updated: 28 Apr 2021 09:18 by Derek
Created by: Derek
Comments: 0
Category: DropDownTree
Type: Bug Report
1

Bug report

The DropDownTree's refresh API method re-renders only the noDataTemplate and the footerTemplate. The nodes are not re-rendered.

Reproduction of the problem

Current behavior

Only the noDataTemplate and the footerTemplate are re-rendered.

Expected/desired behavior

The method should also re-render the nodes, similarly to the DropDownList's refresh method, which re-renders its items.

Environment

  • Kendo UI version: 2021.1.330
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 08 Jun 2020 06:05 by ADMIN
Created by: Saravanamanikandan
Comments: 1
Category: DropDownTree
Type: Bug Report
0

Hello Team,

 

Please refer this DoJo - http://dojo.telerik.com/@SaravanaMS/utINiRUq

We have a dropdowntree component added in a grid and when we collapse the dropdowntree options - dropdowm box stays at top.

 

Steps to reproduce - 

1. open all options from top to bottom 

2. collapse the option from bottom to top

3. once the top option is collapsed - dropdown box stays at top