Kendo UI for jQuery
The jQuery OrgChart component allows users to view organizational structures and navigate to people or positions they wish to learn more about. This component visualizes hierarchical data and allows expansion and collision of multiple nodes for easy naviagtion.
Bind the jQuery OrgChart to local arrays or virtualy any remote data source using the include Data Source library.
With performance in mind, the jQuery OrgChart includes a load on demand feature to help with large data sets. Rather than loading the entire data set at once, the component will load nodes as they are expanded.
Items in the jQuery OrgChart can be grouped in two different ways:
Allow your users to edit records directly in the organizational chart. All CRUD operations are exposed through a menu that is opened by clicking on an icon in each item. Once in edit mode, the user can change the item’s parent, name, title, and avatar.
To allow further customization, the jQuery OrgChart component supports two types of templates—Template and GroupHeaderTemplate. Using TemplateId enables you to render custom content in the body of the node, while with the GroupHeaderTemplateId, you can customize the node header.
Right out of the box, the jQuery OrgChart provides RTL support for languages such as Arabic and Hebrew. You can adjust for local preference by changing just a few settings.
The Kendo for jQuery UI OrgChart allows your users to use the keyboard for almost any action they can trigger with the mouse, including navigating to a different view, traversing the visible appointments, creating a new item, opening an existing item and more.