Declined
Last Updated: 26 Apr 2021 07:48 by ADMIN
I have incorporated the Kendo UI Treeview in my application by following closely the demo code, but Treeview does not work. The tree is shown on the web page, but the branches do not open and close when clicked on. Also, instead of the folder icon shown in the example, I just get the normal bullet points you would expect from a "<ul>" structure.
Completed
Last Updated: 04 Feb 2021 15:48 by ADMIN
Release 2021.R1.SP.next
Created by: Alexander
Comments: 0
Category: TreeView
Type: Bug Report
1

Bug report

If you have some hotkeys on the page for example ALT + left arrow and ALT + right arrow and if the focus on TreeView these hotkeys are also affected tree and one can't prevent it.

Reproduction of the problem

https://dojo.telerik.com/@zdravkov/uNIkeReb

  • **Kendo UI version: 2020.3.1118
Completed
Last Updated: 30 Oct 2020 12:12 by ADMIN
Release 2020.R3.SP.next

Bug report

If the TreeView dataSource gets an error on a read request, the TreeView displays the "Request failed. Retry" message. However, on a subsequent successful request, the TreeView is not refreshed.

Reproduction of the problem

  1. Run this dojo
  2. Follow the steps listed in the dojo to reproduce the issue

Expected/desired behavior

The TreeView should be refreshed on a subsequent successful request.

Environment

  • Kendo UI version: 2020.2.513
  • Browser: [all]
Unplanned
Last Updated: 24 Jun 2020 12:20 by ADMIN
Currently you have to run this snippet to force only 1 selection from a tree. https://www.telerik.com/forums/allow-only-single-checkbox-to-be-checked-at-a-time#sky4SuHN70Cbrnl-6cNnhg

I would suggest this be added as a configuration option of the tree. something like singleSelect: true
Unplanned
Last Updated: 28 May 2020 12:28 by ADMIN

Drag & Drop multiple nodes in a treeview from one parent to another.

If i have lots of children nodes that i need to move from one parent to another I have to do one at a time... it will be usefull to select multiple nodes and 

in one single drag&drop do the shift.

Thanks

 

Completed
Last Updated: 19 May 2020 06:36 by ADMIN
Created by: T
Comments: 9
Category: TreeView
Type: Feature Request
50
The treeview should allow more than one node to be selected at the same time.
Completed
Last Updated: 18 Mar 2020 09:39 by ADMIN
Release 2020.R2

Bug report

The expandTo and expandPath methods of the TreeView do not change the data-expanded and aria-expanded attributes to "true".

Reproduction of the problem

  1. Open this Dojo, which demonstrates two different TreeViews using the two methods.
  2. Inspect the expanded items.

Current behavior

After the items are expanded, their data-expanded and the aria-expanded attributes are false.

Expected/desired behavior

After the items are expanded, their data-expanded and the aria-expanded attributes should be set to true.

Environment

  • Kendo UI version: 2019.3.1023
  • Browser: [all]
Unplanned
Last Updated: 13 Mar 2020 15:19 by ADMIN
Created by: dandv
Comments: 0
Category: TreeView
Type: Feature Request
7
As explained at http://www.telerik.com/forums/paging-a-treeview, paging in a treeview is not support. However, this feature would be highly useful for nodes that have hundreds of children, when the user may not want to way for all of them to be loaded or displayed at one time.

See by contrast Webix pager for trees - http://docs.webix.com/api__link__ui.tree_pager_config.html
Completed
Last Updated: 13 Mar 2020 15:13 by ADMIN
Created by: Andrew
Comments: 2
Category: TreeView
Type: Feature Request
3
I'm not sure if a treeview component is planned for R1 2018 but a treeview react component would be very useful.
Completed
Last Updated: 06 Feb 2020 09:53 by ADMIN
Release 2020.R1.SP.next
Created by: Michal
Comments: 7
Category: TreeView
Type: Bug Report
0

Hi,

 

There is an accessibility issue regarding MAS 4.2.1 - Object Information.

Using keyboard navigation and screen reader (Windows Narrator),

While the focus is on expanded tree item (with inner children), screen reader should not read all the children information in one go, it should read one by one.

See the attached video.

Can you help please?

 

Thanks,

Michal.

Completed
Last Updated: 04 Feb 2020 10:29 by ADMIN
Created by: Shruthika
Comments: 2
Category: TreeView
Type: Feature Request
5
It would be really helpful to have a tree view search.

Search - highlights all results for given text. User can select by clicking on the node
Completed
Last Updated: 04 Feb 2020 10:28 by ADMIN
Created by: Imported User
Comments: 5
Category: TreeView
Type: Feature Request
4
A recent update added the Checkbox widget that uses a novel set of CSS and HTML elements to stylize the checkbox in the browser.  This style is not automatically applied to the TreeView widget's checkboxes.

It would be very nice to have the TreeView checkboxes stylized to maintain a consistent look and feel across widgets:

http://docs.telerik.com/kendo-ui/web/appearance-styling#checkboxes-and-radio-buttons
Declined
Last Updated: 04 Feb 2020 09:22 by ADMIN
Created by: Jordan Clark
Comments: 1
Category: TreeView
Type: Feature Request
1
Create an option to Disable Keyboard Controls on Treeview (for IE page scroll issue)
Unplanned
Last Updated: 04 Feb 2020 07:09 by ADMIN
Created by: Pierre
Comments: 0
Category: TreeView
Type: Feature Request
1
:upon selecting an item, either by click or programmatically,

$(tv).scrollIntoView(item) with would bring the item into view, even in multilevel nested, hierarchical, situations.

that would be very sweet!!
I have tried JQuery.scrollTo but have had no success in nested <li>
scenarios.
thanks


item will scroll into view
Unplanned
Last Updated: 28 Jan 2020 08:36 by ADMIN

I am using Kendo tree view with drag and drop feature enabled in it. I am facing problem with it in my Samsung note 10 mobile. Where a normal swipe on the phone with the tree view is picked up as a drag and drop. Is there a way to differentiate between these two.

 

 

Unplanned
Last Updated: 21 Jan 2020 09:19 by ADMIN
When drag and drop is enabled in a treeview, dragging a node from one treeview to another adds it to the other tree and removes it from the first. It would be nice if the move could also be specified as a 'copy' (leaving the source untouched).
Unplanned
Last Updated: 20 Jan 2020 12:31 by ADMIN
Created by: Christian Kohl
Comments: 6
Category: TreeView
Type: Feature Request
42
Ability to change a treeview node's description (node text) inline on the fly
Completed
Last Updated: 16 Sep 2019 14:18 by ADMIN
Release 2019.R3

Bug report

HtmlPage1.zip

Reproduction of the problem

  1. Run the attached page in the browser.
  2. Take a 20 sec long heap snapshot. During these 20 sec click the "change" button to make changes to a specific node's data in the observable.

Current behavior

There are multiple detached span elements: screenshot
Memory consumption increases with every change: screenshot

Expected/desired behavior

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all ]
Unplanned
Last Updated: 24 Jul 2019 17:15 by ADMIN
It would be great, if I get a feature to allow to drag multiple selected nodes from treeview to drop to Treelist nodes. I need this by using MVC telerik not Kendo
Completed
Last Updated: 11 Jun 2019 06:34 by ADMIN
Release 2019.R2.SP.Next
Created by: Brian
Comments: 1
Category: TreeView
Type: Bug Report
0

Hi there,

We noticed an issue with our Numeric TextBox after a recent upgrade on Chrome.  We're currently on Version 73.0.3683.86 (Official Build) (64-bit), the latest version at the time of writing.  Our setup has a grid using a TreeView as an editor template.  The TreeView, in turn, uses a NumericTextBox inside its item template.  I've prepared a working demo that illustrates the issue.  If you click on the last column of the grid, expand the TreeView and click on one of the NumericTextboxes, you will see that it loses the focus as soon as you click on it.  As a result, it's impossible to input anything into those fields.  Any other browsers don't have this issue.

https://dojo.telerik.com/ukuTAYOB/4

We had a lot of issue reports from our clients this week so we're pretty sure it's a recent update from Chrome.  Please let me know if you need further clarification.  This is a fairly serious issue for us as it's affecting one of the main functionalities of our web application.  If you can provide a temporary workaround before the proper fix comes out, that'd be great.

 

Regards,

Brian Roth