Is it possible to have a setting for snap to grid to allow different snapping times.
I have a Scheduler application that has days (1440 minutes) as the main timeline. I need to make annual leave bookings of half a day.
I can (and have) changed the minutes to 720 but this shows too many gridlines and looks messy when viewing a month.
I have changed the matrix css style to add :nthchild(odd) and :nthchild(even) which works if you do not have about more than 45 days. After that, when it scrolls, the odds become evens and it looks awful. Also there is a bug with this in that it does not always snap to the half day slot!!!
I have also tried overriding the resize event to force the selection to be half days, but it does not look as good as snapping to half days and can be confusing.
I have even tried having an extra event in the database and using a full height duration bar as a hack and this works but only lets me snap to a day and then select half days in the new dialog box.
I am really liking the scheduler, but at the moment without this, it isn't quite right for my target audience.