You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i bet you already moved on, but here's my walkaround.
bring your own "store" that get/set your rows data.
in onChange callback, check if data.start or data.end is between start and end of any of your other schedules. this is the definition of "overlapping."
if found, call $sc.timeSchedule('setRows', [data from your store]) before return void. This would "cancel the move."
Maybe store is an overkill, but I've never tried $sc.timeSchedule('scheduleData') anyway.
hope anybody found this helpful.
Hi there, just wondering if it is possible to disable the overlapping of items within the schedule? Its not something my app supports.
Thanks.
The text was updated successfully, but these errors were encountered: