Hi Cosimo,
In Gantt control we can specify the start day of the week in week timescale mode by setting the day count value to the “ScheduleHeaderSettings.WeekStartDay” property.
Please refer following code snippet,
[ASPX]
<form id="form1" runat="server">
<div>
<ej:Gantt ID="GanttControlResource" runat="server" ... />
//...
<ScheduleHeaderSettings WeekStartDay="4" />
</ej:Gantt>
</div>
</form> |
This feature was implemented and included in our Volume 1 main release 2017 (15.1.0.33), if you are using lower version please upgrade your source to this version or higher versions.
We have also prepared a sample with your requirement in ASP.NET platform, please find the sample location below,
Please let us know if you require further assistance on this.
Thanks,
Suriyaprasanth R.