I'm currently working on a project that requires the column divisions to be 30 minutes apart and grouped by the hour however when I try to use SetScrollX(DateTime.Now.Subtract(TimeSpan.FromHours(3))); to position it I get nothing, it just starts at 12AM.
Is there any way to get it to set to the nearest half hour?
Never mind folks, got it all working!
Turns out there was a problem occuring before the SetScrollX() method was being called.
Comment posted by farchi 16 years ago.
we've got the sameproblem!
we need to store the position of the srollbar to bypass the effect of postbackwhose reinialize the scheduler butunfortunately the"onscroll event"not firing.
it's very contraignant when you've got a long list of ressource
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.