The Gantt widget has support for parent-child relationship, but the hierarchy only works, if the title property of a gantt task is used in column definitions. So if you have for example only an ID column in your column definition, you can not expand/shrink hierarchy. Suggested improvement: make this option configurable via the columns declaration by adding "expandable: true/false" or make the hierarchy appear in the first column if the title property is not in the columns declaration.
We have been looking into the possiblity of using Telerik Test Studio; however, the Gantt Chart control from Kendo is a key part of our application, and having a Translator to help with validating the control contents would be really helpful.
It would be great to have multiple column sort in Gantt view
We would like you add capability to Gantt chart control to handle time zones of the browsers. Currently, when Gantt chart control renders in browsers based in different time zones, it displays event start date/end date differently in each time zone no matter where the source code of the web application resides.
It would be great if text within the Treelist section of the Gantt chart would wrap.
Configuring the rowHeight increases the height of the table row, but the long text is still not wrapped. Here is a sample dojo demonstrating the current behavior: https://dojo.telerik.com/EtEViREL
An ideal solution would be something that increases the size of the corresponding timeline row to match the treeview row, and to move down things like dependency arrows so it looks like everything still matched properly.
Reproduction:
Add undo/redo to Kendo UI Gantt Chart Control using keyboard shortcuts ctrl-z and ctrl-y
We currently do not have an option for lazy loading in Gantt. It will be helpful to have this option for large data (like 10000). We do currently have a filter functions like range to show the limited data but having loadOnDemand helps for large data.
Can create a template for parent task. Like we can create for child tasks.
While editing a Gantt task name navigating in the input field with a mouse click does not work. Double-clicking on a cell enters edit mode and positions the cursor at the end of the text. Moving the cursor using the mouse does not work while navigating in the input field with the keyboard works.
Clicking in the input field does not move the cursor to the selected position
Clicking in the input should move the cursor to the selected position
I would like to multi-select some tasks in a level and use keyboard delete button and delete all of them.
A working example of the bug is at https://dojo.telerik.com/EPuqExOg with a simple workaround until the bug is fixed. Currently, the percentage textbox doesn't work when in the German language. The date textboxes localize ok.
Allow storing a deadline in a Gantt Task. This could be used to visualise deadlines as you can in Telerik's Silverlight Gantt chart: http://demos.telerik.com/silverlight/#GanttView/Deadline, or it could be used to figure out which tasks to highlight that are late, overdue or on the critical path.
I have a gantt chart with tasks, resources, and assignments. I want to enforce a many-to-one relationship between tasks and resources, that is, I want to be able to assign a single resource to any number of tasks, but each task can only have 1 resource at a time. A (conceptually) simple sample implementation would be to change the checkboxes to a radiobutton in the 'assign' dialog window, from the 'edit' dialog.
I understand there is currently no way to enforce this type of relationship or the restrict the user from selecting more than 1 assignment in the assignment dialog window, so I am requesting a way to do either (or both) of these things. I would imagine a setting in the gantt or taskDataSource for enforcing the relationship, or a setting in the assignment field for switching the dialog box to radio button like behaviour.
Implement support for external editor in the Gantt. Instead of using an editor template or calling the editTask method, make possible Gantt tasks to be updated without opening the default editor.
A modification in a child task, e.g. changing its start date, should also update the summary task.
I´m working with Kendo Ui Gantt AngularJS
How to execute the update function and get, again, I need it for a custom function
I need something like that
update ();
get ();