Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Drag and Drop in Calendar in Apex 5.1

gkthomasNov 10 2017 — edited Nov 13 2017

Drag and Drop in calendar events is a cool feature .   I have a scenario in which my calendar has events from multiple source tables  meaning I have start date and due date from some core application tables.  I also have an event table specifically for events which is not directly related to the application specific dates ( such as training , meeting, reservation etc).  I have used Union to display all in the calendar source query

When I enabled the drag and drop I wrote update SQL for the event table only.  The drag and drop works fine for the items in the event table . For application events , I can drag and move the event to a new date , but it will not actually move because there is no SQL for the update .  For Application events I dont want drag and drop at all.  Even though the date is not being changed, I still can drag and drop these application events to other date slots and when the calendar refreshes it comes back to the original date. this is confusing to the user . So how can I stop these application evens from being dragged .  ? means even if I drag, it should not move from that date slot.

I am on apex 5.1.3 (hosted) , Oracle database 12c Standard edition,  Desktop WIndows 10 PC, Chrome browser

Thanks

George

This post has been answered by Carsten Czarski-Oracle on Nov 13 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2017
Added on Nov 10 2017
6 comments
1,231 views