How to hide some buttons from the Gantt toolbar

Modified on Fri, 15 Nov at 5:00 PM

The toolbar at the top of your Gantt chart provides options to adjust your view

By default, it displays all available functions.




If you would like to hide certain buttons, navigate to 'Gantt parameters' -> 'Advanced' section and scroll down to Gantt Config Script:




Here you can copy and paste specific lines listed below:


Toggle hide no task resourcesdocument.getElementById('toggleResourceHiding').style.display = "none"
Collapse alldocument.getElementById('collapseall').style.display = "none"
Expand alldocument.getElementById('expandall').style.display = "none"
Filter by itemdocument.getElementById('filterByItem').style.display = "none"
Zoom indocument.getElementById('zoomin').style.display = "none"
Zoom outdocument.getElementById('zoomout').style.display = "none"
Scroll to todaydocument.getElementById('today').style.display = "none"
Open baseline datedocument.getElementById('baselineDate').style.display = "none"
Toggle full screen mode

document.getElementById('fullscreen').style.display = "none"

Toggle automated schedulingdocument.getElementById('autoSchedule').style.display = "none"
Toggle critical path visualization
document.getElementById('criticalPath').style.display = "none"
Toggle dragging children together with parents
document.getElementById('dragChildren').style.display = "none"
Show/Hide dependency links
document.getElementById('showLinks').style.display = "none"
Print / Export to Imagedocument.getElementById('print').style.display = "none"
Refresh Gantt chart
document.getElementById('refreshGanttTBI').style.display = "none"



Example:



Edit button

You can also hide the Edit button. However, hiding it will allow you to move your Work items always. For guidance, see our article What to do when there is no ’Edit’ button?



Hide the entire toolbar

If you want to hide the toolbar completely, navigate 'Gantt parameters' -> 'Advanced' and in Hide Toolbar click on 'YES'. Once this is done, the toolbar will no longer be visible in your Gantt chart.



If you have any additional questions, please feel free to contact us at: support@nextedy.com



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article