Show a unit as default

Hi,
I created a weekview with 52 units and every time I reload the page the first unit shown is the number “1”.
Is there a way to show, as the default one, for example the 30th unit?

Maybe something like:
{ key: 1, label: “unit 1” },
{ key: 1, label: “unit 2” },

{ key: 1, label: “unit 30”, open: true },

{ key: 1, label: “unit 51” },
{ key: 1, label: “unit 52” }

Thanks!

Hello,

There is no native way to do it.
If you sections have predefined height you can simply after view was changed change scrollTop value of the dhx_cal_data div.

Kind regards,
Ilya

Thanks for your reply!
With sections is the same or there is a way to do it?