Hi,
Is it possible to change the appearance and behaviour of a particular event on the scheduler?
In particular, would it be possible to change the display colour of an event based on a given property, and to make certain events ‘read only’?
Good tool BTW,
Thanks,
Ben
to change the display colour of an event based on a given property
Please check attached sample , it contains related documentation and example of styling.
>>and to make certain events ‘read only’
It can be done only partially - by using onClick event handler, it possible to block selection of event ( which will prevent action menu showing ) , but it still be possible to change event by double-clicking on it.
Functionality will be extended in next release to address such use-case ( you can contact us directly at support@dhtmlx.com if you need a beta version of such update )
scheduler_styles.ZIP (47.5 KB)
Thanks for the quick response!