Readonly with more freedom on Lighbox

Case with me now is
I dont want users to add events, nor change just a readonly facility.

But since my lighbox have been full custom i want that to open.

Like,

Client can view and click on event
lighbox will be opened and they can click on buttons inside which in turn fire different functions
but they are not allowed to resize, move, update, change events

When i do

scheduler.Config.isReadonly = true;

It blocks the entire scheduler and lighbox is not available. What can be done in such case

scheduler.Config.drag_resize = false; //stop resize scheduler.Config.drag_move = false; //stop event move and drop scheduler.Config.drag_create = false; //stop event creation on drag scheduler.Config.dblclick_create = false;//stop event creation on double click

Entire Config settings on link
scheduler-net.com/docs/dhxscheduler.config.html