How to show a special date between start and end date in Gantt
Answered: Since build 8.1.3445 you can use ScrollTo() on the server side. protected void Page_Load(object sender, EventArgs e) { // ... if (!IsPostBack) { DayPilotGantt1.StartDate = DateTime.Today.AddDays(-10)...
DayPilot