Unplanned
Last Updated: 26 Feb 2024 13:12 by ADMIN
Created by: Christian
Comments: 7
Category: OrgChart
Type: Feature Request
30

The horizontal space between all OrgChart nodes on the same level is one and the same and it is equal to the horizontal space needed to show the child nodes of the parent with most child nodes. It is represented by the red squares on the image below. This results in excessive empty horizontal space between nodes with no child nodes or no visible child nodes.

This may be observed on the following Dojo runner. Currently the OrgChart has empty space between the first level nodes, and also there is empty space after the last node:

Suggested behavior:
There is no empty horizontal space between nodes on the same level - highlighted in yellow on the image above. In the above scenario, there should be no empty space between the first level's second and third node and no space after the third node, which may be observed, when the first node has no expanded child node:

 

 

Unplanned
Last Updated: 29 Aug 2022 07:42 by ADMIN
Created by: Prafull
Comments: 3
Category: OrgChart
Type: Feature Request
4
As per the suggestion provided by support team for Ticket 1576634, please add new feature for Vertical view of Kendo OrgChart. Kindly refer attached document for detailed requirement.
Unplanned
Last Updated: 22 Aug 2022 09:38 by Pritam
Currently, the OrgChart can be exported to PDF only using the Drawing Library as demonstrated in the Dojo linked here. We would like to have a built-in option for exporting the OrgChart to PDF and JPG files. 
Unplanned
Last Updated: 17 Aug 2022 13:10 by Ross

Currently, it is possible to use dataSource with nested objects and render it in the OrgChart or TreeList components.

Dojo OrgChart

Dojo TreeList

However, in such a scenario creating new items is not possible. I would like to have the possibility to add new items in the OrgChart/TreeList when nested objects are used in the dataSource. 

Completed
Last Updated: 03 Feb 2022 15:16 by ADMIN
Release 2022.R1

Bug report

The create event is missing in the OrgChart typescript definition

Reproduction of the problem

Open the typescript/kendo.all.d.ts file and search for kendoOrgChart create event

Expected/desired behavior

The create event should be defined.

Environment

  • Kendo UI version: 2021.3.914
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 18 Oct 2021 10:54 by ADMIN
Created by: Christian
Comments: 1
Category: OrgChart
Type: Feature Request
3

It would be great to have a toolbar option similar to the kendoTreeList.

This would allow to include search or pdf export.

Additionally, search should open the node that has been search for automatically. Potentially even highlighting the flow in a separate small window to the side of the org chart.

 

Thank you!

Unplanned
Last Updated: 18 Oct 2021 10:51 by ADMIN
Created by: Christian
Comments: 0
Category: OrgChart
Type: Feature Request
1

Would it be possible to add a collapse all sibling and child nodes when expanding a new node. That could help keep the formatting aligned.

But additionally a collapse/expand all option is needed in case the whole tree needs to be visible.

 

Thank you.

Unplanned
Last Updated: 13 Oct 2021 14:00 by ADMIN
Created by: Christian
Comments: 1
Category: OrgChart
Type: Feature Request
1
In scenarios where horizontal scroll is present in the OrgChart, when expanding or collapsing an item that would result in widget width change the scroll position should move to the expanded/collapsed item. Currently, it stays in the same place as before the action.