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

Completed
Last Updated: 28 Feb 2024 07:23 by ADMIN
Created by: James
Comments: 7
Category: DropDownTree
Type: Bug Report
0

Hi,

When using the dropdown tree on safari using the bootstrap themes when the page has scrollbars and clicking on the dropdown the page scrolls up, even though there is available space:

 

Please see this Dojo which replicates the issue:

 

https://runner.telerik.io/fullscreen/uwoBEKiT/2

 

Open the above URL in Safari, chick on the dropddown and the page scrolls up and the dropdown is no longer visible.

 

Regards

James Qu

inn

 

Completed
Last Updated: 15 Jan 2020 14:54 by ADMIN
Created by: Michael
Comments: 1
Category: DropDownTree
Type: Feature Request
0
Add the parent method for DropDownTree that functions the same as the parent method in  the TreeView widget.
Won't Fix
Last Updated: 08 Nov 2019 10:45 by ADMIN
Created by: Juan
Comments: 2
Category: DropDownTree
Type: Bug Report
0

Hi,

I have a DropDownTree with checkboxes, like so:

                    $("#cbxWorkZones").kendoDropDownTree({
                        placeholder: "Select Work Zones...",
                        dataTextField: "name",
                        dataValueField: "id",
                        valuePrimitive: true,
                        checkboxes: true,
                        checkAll: true,
                        autoClose: false,
                        autoBind: false,
                        dataSource: data.workZones
                    });

 

I get an instance of it like so:

    var wz = $('#cbxWorkZones').data("kendoDropDownTree");

I evaluate value and get this: []  meaning, there are no values selected.

Then I set its value like so:

    wz.value(["8", "6"]);

After setting the values, I evaluate value again, and I get this: [8,6,8,6]

Why are the values duplicated?

Thanks!

Juan

 

Completed
Last Updated: 13 Jan 2020 09:20 by ADMIN
Release R1 2020

Bug report

Unexpected change event triggering when using value() method of remote datasource DropDownTree with checkboxes and autoBind false

Reproduction of the problem

  1. Run the following Dojo
  2. Click on Load button to set the value of the Child item

Current behavior

Script runs through datasource read else, then through datasource read if and then DropDownTree's change event is fired.

NOTE: if there is no setTimeout or if the two nodes are loaded at the same time with no if else clause, then the issue is not reproducible.

Expected/desired behavior

DropDownTree's change event is not fired, when value() method is called.

Environment

  • Kendo UI version: 2019.2.619
  • Browser: [all]

Similar fixed issue: #4352

Completed
Last Updated: 03 Jan 2024 08:51 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

If you prevent the DropDownTree's close event, the k-animation-container-shown class is removed from the popup.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/UrALIJOK/3
  2. Open the DropDownTree
  3. Open the browser console and inspect the k-animation-container element
  4. Blur the DropDownTree

Current behavior

The k-animation-container-shown class is removed from the popup element.

Expected/desired behavior

The k-animation-container-shown class should be preserved.

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Completed
Last Updated: 28 May 2024 09:38 by ADMIN
Release 2024 Q3 (Aug)
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]

Declined
Last Updated: 03 Sep 2024 14:04 by ADMIN

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]
1 2