Timeline View from Monday

Hi,

I have issue with Timeline view [ Matrix view ].
I am running Timeline in “week” mode. Whenever i switch from “day view” to "timeline view " sometime time-line view start with some other day like Wednesday.

I want that whenever i switch to “Timeline view” it should always start with first day as “Moday”.

Is there any setting available for the same??

  • Niki

Hello,

Try adding the following after you’ve created Timeline view:

scheduler.date.timeline_start = scheduler.date.week_start;

Kind regards,
Ilya

Hi Ilya,

Thanks for replying.
This worked for me, only change i made is
scheduler.date.[code]

[/code]matrix_start = scheduler.date.week_start;

Hi Ilya,

Thanks for replying.
This worked for me, only change i made is

scheduler.date.matrix_start = scheduler.date.week_start;

Hello,
Is it possible to start week from Wednesday to Tuesday in Week View?
And when we click on Navigation buttons it should follow the same pattern.

For Ex.
Show Week with starting 4th July 2012 (Wednesday) to 10th July 2012 (Tuesday) and when I click on Navigation for next week, it should show Week with starting 11th July 2012 (Wednesday) to 17th July 2012 (Tuesday).

Thanks in Advance.
Grab.

Hello,

Yes, it is possible.
Please check Custom views page in our documentation.

Kind regards,
Ilya

Thanks for the Reply.

Actually I am trying with ASP .Net application (SchedulerNetAsp) which is using Scheduler.dbml & SchedulerNetAsp.Publish.xml files.

Can you please let me know where to change that?

Thanks
Grab.