Thanks, but event.data.height seem not to work.
My boss bought daypilot few years ago. Maybe we are using the lite version or an older one? How can I see if we are using the lite or pro version? in daypilot-scheduler.src.js it says "Copyright 2005 - 2013 Annpoint, s.r.o."
One more thing, we are loading the events by using DayPilot.request("data.php",
var e = DayPilot.Event(...)
e.data.height = 42; //not working
);