Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
I know that if set ShowWorkDays(true) only workdays will be shown and I can set WorkWeekStart and WorkWeekEnd.
But what if I want to keep showing the weekends and still have monday as first day of the week?
Hi Renke,
Thank you for reaching out.
The Gantt's first day of the week is based on the current kendo culture.
To set the first day of the week to Monday, change the first day of the calendar to "1" before the Gantt is initialized.
<script> kendo.culture().calendar.firstDay = 1; </script>
To make sure the script runs before the initialization of the Gantt, place it before the HtmlHelper of the Gantt, as scripts are evaluated from top to bottom.
Here is a Telerik REPL demo that implements the above.
Let me know if any questions arise.
Regards, Momchil Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.