Add capability to upload .mpp file and populate the GanttDataSource, GanttDependencyDataSource and Resource Assignments. Thanks.
We have many tasks, and rendering in gantt so slowly. If use Pager with datasource, gantt show items on level 2 and above. Please, add virtualization + virtual scroll in gantt control
Add a way to highlight the critical path in the Gantt Chart. This is a basic feature in project management and would be really great if you can implement,.
Incorporate page breaks into the Gantt PDF Export and include option to repeat column headers on each page.
Add a zoom slider so that the tasks rows /time columns will be smaller. Showing more or less tasks and time
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.
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.
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.
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)
Problem: We really want to fit Gantt's on particular paper sizes (def. landscape A3); however, using the paperSize option doesn't really work as the output (font size, row heights, etc.) end up being too big and not suitable. And for the majority of the time, paperSize set to auto creates an output (font size mostly) too small. Rock and a hard place... Solution 1: When pdf.paperSize is not set to auto i.e. A3, A4, etc. Allow a percentage scaling to be set, ideally individually, on X and Y. Solution 2: Scale fonts and scale timeline on X axis maintaining taskList width. Ultimately, get a large plan to fit on landscape A3.
i hope i can configure working day and off day
Add undo/redo to Kendo UI Gantt Chart Control using keyboard shortcuts ctrl-z and ctrl-y
In the Gantt control there should be events for expand/collapse to provide things like on-demand loading of subnodes for large project-trees
Can create a template for parent task. Like we can create for child tasks.
It would be great to have multiple column sort in Gantt view
Currently % complete calcs for summary tasks are based solely on the sum of % complete per child task / number of child tasks (x%+y%+z%)/3. In this way, a small scale task of 1 or 2 days has a large impact on summary % complete whereas a large task of 60 days has a small impact. Request is to add in weighting based on duration (end date - start date).
The current list of events associated with PDF creation of Gantt chart data is insufficient. In order to make this control production suitable the following PDF generation events/features would be needed: 1.- Ability to provide progress on the PDF file generation. Right now this can take minutes. 2.- Ability to cancel a PDF generation that is in progress. Right now this is not possible, but would be needed for lengthy operations.