Answered: This is an old version that is no longer supported. Can you please give it a try with the latest release? http://www.daypilot.org/try.html Let me know if the problem persists.
Answered: The event order is resolved for each row separately. However, you can override the default order using custom event sorting: http://doc.daypilot.org/scheduler/event-sorting/
Answered: It's a problem of .NET not detecting IE 11 properly. There is a hotfix available (this one is for .NET Framework 4.0): http://support.microsoft.com/kb/2836939/en-us You can also add your own browser ...
Answered: You can use the following workaround: function afterRender(data, isCallBack) { dps1.showBaseTimeHeader = false; dps1.timeHeaders = []; dps1.update(); } And set AfterRenderJavaScript="afterRender(data...
Answered: The CssClassPrefix property can be used to apply a css theme. All the internally used css classes will get prefixed by the value of CssClassPrefix. This makes the theme class names unique. Example: C...
Hello Everybody, I am trying to create events in DayPilot Pro Demo but I am not able to create that as I can in "DayPilotLite". In DayPilotLite we can go to a new page when we click on TimeCell We ar...
when I use calendar, when set heightspec to anyone needs scrollbar, the align is wrong because the calendar does not generate the top right corner. this problem only happens in my own project, when I...
We downloaded the trial version in order to check if the product suits us. We encountered a bug/error and we are trying to solve it but it did not work. We are trying to select multiple event in orde...
the same code used in daypilot pro it is working but when the code used in daypilot calender lite the calender is displaying but the events not displaying
Hi, (DayPilotPro-7.6.3006.0) It seems to me that if I change the StartTime for a recurring event instance (i.e. creating a modified exception), the conflict detector still uses the old StartTime (fro...
Hi, I have now solved the problem I had when copying and pasting events. I still have a few issues though that I would appreciate some help on. I right click on an event and copy (this bit works). Wh...
Answered: It looks like you might be missing the DayPilot object reference when calling commandCallBack: v.items = [{'text':'Paste', 'onclick':function() { var e = this.source; var command = this.item.command;...
Answered: This is now fixed in the latest release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-6-sp1.html This old mechanism of hiding columns using BeforeTimeHeaderRender event is no longer av...
Answered: Nevermind I found my own answer on this board with a bit more searching. For those curious here is the post that helped me. Thanks. http://forums.daypilot.org/Topic.aspx/1907/month-changing-event-bac...
I am trying to decide on a Scheduler Control addon for our website but our current Backend Database is MySQL. I have searched the forums and googled ever combination of DayPilot and MySQL but cannot ...
There seems to be a bug in DayPilotMonth TimeRangeSelectedJavaScript as if I try to use "e" in the javascript (e.g. console.log(e)) browser throws Uncaught ReferenceError: e is not defined. Any other...
Answered: Never mind. Just a .css difference between old and new. Set colour of duration bar in the style sheet, and removed "e.DurationBarColor = "#7cc144";" and it is now working properly.