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.
In the Gantt control there should be events for expand/collapse to provide things like on-demand loading of subnodes for large project-trees
If we define a column template for a field that is defined in the resources configuration fo the Gantt, the template is not applied to it
The custom template is applied only to the "title" field
The user should be able to define a custom template for the "resources" fields
If the Gantt is navigatable and editable.reorder is set to false when the user tries to navigate and press Enter on a cell an error is thrown
Regression since: 2020.3.915
The following error is thrown in the console: r.list._startEditHandler is not a function
There should be no error in the console.
Regression introduced in R3 2020.
Reproducible in the demos. Video attached.
Recording47.zip
A js exception is thrown:
kendo.all.js:126843 Uncaught TypeError: Cannot read property 'orderId' of null
No exceptions are thrown.
When dragging and dropping tasks in Gantt (TreeList) the save event is not always fired.
That is a regression introduced with R3 2020 release.
When dragging and the icon of the dragged item is a '+' the save event is not fired. (screencast)
Save event should be fired when reordering tasks through drag and drop.
In a Gantt with a custom editor template, an error "Cannot read property 'getTime' of null" is thrown when you try to save a task.
Regression introduced in the latest version, works fine with 2020.2.617.
An error Cannot read property 'getTime' of null is thrown.
No errors should be thrown.
Most of the time project managers would like to compare planned start & end dates vs actual start and end dates in gantt view. This feature is not supported by current Gantt chart. What I'm envisioning is something similar to the implementation of Gantt chart by Fusion Charts. (http://www.fusioncharts.com/charts/gantt-charts/). Displaying delays in actual task compared to plan would be an an added advantage. This feature may be implemented using a task template, but it's nice to have feature in the control.
With this customization it will be possible to use checkboxes or combo boxes and normalize the selection of data. Actually is possible to use only text and date columns.
In the Gantt table we would like to configure columns: - width - order - locked column - hide/unhide (columnMenu) Same as done in TreeList in Q1 2015
Hi there,
In Dojo chose Kendo UI 2020 R1 SP2 library and created a Gantt chart with one milestone and task.
Milestone's time is 9 AM but it does not line up exactly with the time block at the top of the Gantt chart (looks like 9:01 AM).
Also, tried with other libraries, the result is the same.
Example here: https://dojo.telerik.com/iPuzEcaQ
Please find the screenshot attached.
<!DOCTYPE html>
<html>I am Working With Gantt in AngularJs, but I dont found way to make the Critical Path And Baseline in Gantt.
is this possible?
Would like to show column grouping for a few columns in the RaddGantt.
e.g.
Also, would like to add to the query, how can I have the Gantt chart with the dates shown vertically as in the image attached. I don't want the Week or Month name coming in the grouping. Just dates in the timeline view.
Reference - Feature request submitted for RadGantt for ASP.NET AJAX
I'm interested in using the Gantt chart for a project scheduling application but I need a lot more customization on the look & feel than is currently available. For instance, being able to eliminate the secondary timescale bar under the primary so that if you're in, say, the month view there is no 'week' slots under it.
You can have thousands of lines (rows) of project data....you can't load the entire plan and scroll through it
Is it possible to set custom holidays in gantt like Windows version ?
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).
Hour Span should be allowed integer values instead of only number values(currently it takes the floor of any decimal value)