I want to be able to export the Gantt Chart to PDF similar to the jQuery Gantt Export to PDF.
===
ADMIN EDIT
===
A possible option in the meantime is to use a custom approach to export the Gantt similar to the one shown here: PDF and JPG Export in the Browser with JS.
I am trying to make the Blazor Gantt control fill a container width and height.
If I set the height of the Gantt control to 100%, it resizes to fill the container except for the tree part of the Gantt control as it stays at whatever size the window was when it first loaded.
===== ADMIN EDIT =====
Meanwhile, as a workaround, you can add a bool flag that will refresh the whole Gantt upon resizing the container. Here is an example of this approach I have prepared at the following REPL link.The Planned vs Actual functionality of the Gantt allows you to compare actual start and end dates to originally planned dates.
In Telerik UI for AJAX, you can see the Actual vs Planned feature at work.
1. Go to https://demos.telerik.com/blazor-ui/gantt/templates
2. Scroll to the end of the timeline horizontally
3. Move the mouse pointer to timelineTooltip appears in the wrong place
Please allow the Gantt TimeLine to be read-only and prohibit task editing, resizing, dragging and dependency changes.
===
Possible workaround: Read-only Gantt TimeLine (forum thread)
Hi Telerik Team,
it would be awesome to have a setting for adding a corner radius the dependency line, so the Gantt gets an additional visual improvement.
Example:
Could be added to the <GanttDependencies> Child-Element of <GanttDependenciesSettings>.
Thanks
Hey Telerik Team,
we'd like to have a configurable line width and also color for the dependencies for the Gantt Diagram, configurable e.g.:
We're using the Gantt quite heavily and sometimes it's hard to mouse-point the exact pixel with that dependency line ;)
Thanks!
Since there is no "goto today" functionality (which I requested in a separate ticket). It is a pain to find the current timeslot in the timeline by scrolling.
The current timeslot should be highlighted by a specific background color or by a vertical line through the timeline.
Please add Parameters "TreeListSelectionMode" and "TreeListSelectedItems".
UseCase1: Group Selected Items (create new Element as Parent of all selected Elements)
UseCase2: Postpone Selected Items by x days
There should be a way to programatically scroll to a specific day in the timeline.
UseCase 1: Goto Today Button
UseCase 2: Upon clicking on a line in tree list the timeline should display this task in the timeline.