Hi,
I am using below settings for my day pilot control in Angular 2, in short it displays 1 day in group by hours.
timeHeaders: [
{ groupBy: "Hour" }
],
days: 1,
If I resize/move event to before/after 12 AM, it allows to drag inside and some part goes to previous/next day, the event duration should reduce when reaching edges instead it remains as is. I want to restrict this behaviour. Since I am using the 24 hours and 1 day configuration it should not go beyond today's date.
Regards,
Nirav