Estou com problema na apresentação do gráfico para as atividades que são filho não está apresentando o inicio da atividade correta, está com inicio 01/01/0001 e não sei como resolver esse erro.
Comment posted by Dan Letecky [DayPilot] 4 years ago.
It looks like you have attached an incorrect screenshot - I don't see any child task and 01/01/0001 date. Can you please check if this is the correct image?
Answer posted by Lucivania 4 years ago.
A imagem está correta, a atividade que está no Píer 1 lado Mar está com início no dia 03/08/2021 as 00:00 hora, isso só está acontecendo quando ela vai para o evento filho, se essa mesma atividade foi para Área de Fundeio fica correto sua exibição.
Comment posted by Dan Letecky [DayPilot] 4 years ago.
Thanks for the update.
There should be no difference in how an event is treated if it is moved to another resource/row. I recommend checking your data source to see if the event has a correct start date.
You can also use the browser console to (Ctrl-Shift-I) to check the scheduler object:
If your scheduler is defined like this:
@Html.DayPilotScheduler("dps", new DayPilotSchedulerConfig { ...
you can print the event data by inspecting the object:
dps.events.list
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.