Hour Span should be allowed integer values instead of only number values(currently it takes the floor of any decimal value)
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.
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.
I would like to multi-select some tasks in a level and use keyboard delete button and delete all of them.
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.
Add a zoom slider so that the tasks rows /time columns will be smaller. Showing more or less tasks and time
Currently gantt resource name template is a hardcoded as "{name} [{percents}]" and to change it we need to patch kendo scripts (in our case to remove percents part)