Im trying to store the DayPilotScheduler.ViewPort.Start in a view state so that if a post back happens i can set the SetScrollX position on the page load event.
i have tried adding an onscroll event but its not firing.
I am really asking here, is there a way i can set the calendar to view a particular date? without changing the start date.
So change the scroll postion to a date.
I have tried using both
DayPilotScheduler1.SetScrollX(ScrollPos);
DayPilotScheduler1.ScrollX = ScrollxPos;
Put the calendar just refreshes back to todays date.
Comment posted by farchi 16 years ago.
we've got the same problem!
we need to store the position of the srollbar to bypass the effect of postbackwhose reinialize the scheduler but unfortunately the"onscroll event" not firing.
it's very contraignant when you add an event on aressource at then end of the listand the scollbarraise on each postback.
hoping a solution
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.