I am trying to add a class to tasks that are about to be rendered, following this guide:
https://api.daypilot.org/daypilot-task-data/
dp.onBeforeTaskRender = function(args) {
args.data.cssClass = "test";
};
I am expecting the class to be added to gantt_default_event but nothing appears to happen.
This is occurring in a fresh download of the latest version (both jQuery and Angular). I only had time to test it in Chrome 54.
Thanks!