Good day,
can time zones be inserted in TelerikGantt?
If I want to insert events only in certain working hours (for example, Monday to Friday from 6am to 10pm). If an event starts Friday at 9pm, it should be automatically extended to Monday (if the event lasts more than 1 hour). The function should be part of any Gantt by default, but I can't find a description for the definition of the ranges. Can you give me the path to the description or a short description on how to perform the described functionality?
Thanks!
Regards
Paul
Hi Paul,
As far as I can understand the desired functionality in this scenario is the following (please advise if I am missing something):
If that is the case, we have an open feature request for which you can vote: Ability to customize the drag/drop and resize step of the Gantt Timeline tasks.
Once you are able to control the drag step, so the user can snap the tasks to the beginning of the day, you can easily restrict them from dropping the tasks on weekends. You can handle the OnUpdate event of the Gantt and only update the data if the user drops the task on a valid day (workday in your desired scenario).
Let me know if this is what you are looking for or if the idea is different.
I look forward to your reply.
Kind Regards,
Hristian