Answered: The latest sandbox build now contains a demo page that shows a hierarchy of resources: http://mvc.daypilot.org/sandbox/Calendar/DaysResources The sources is a modified Calendar/Index example. 1. The ...
Answered: Yes, this namespace is only available in the Pro version. It contains delegates and EventArgs for the Pro events. In the Lite edition, only two events are available: EventClick and FreeTimeClick (cor...
Answered: Apologies, after hours of working on it looks like I should have been blind not to see the bloody bug in my code. Anyway ignore this topic. Lord Arokh
Answered: Ah I've solved it - sorry, my mistake. I wasn't thinking about the difference between callback and postback - replacing eventMenuClickCallBack with eventMenuClickPostBack makes it work.
Hi, I use daypilot calendar lite. I've found a good code at this topic ( http://forums.daypilot.org/Topic.aspx/420/daypilot_lite__set_color_per_event ) for add DurationColor field (i've added to back...
Answered: Please see the following documentation pages: http://www.daypilot.org/calendar-event-resizing.html http://www.daypilot.org/calendar-event-moving.html Look for JavaScript Handling section. In short, y...
Hi there! I would like to synchronize the horizontal scrollbars across two separate scheduler controls. I understand that this must be handled in javascript somehow to get it to work on the client si...
Answered: There is no example available yet but it should be no big problem to show Exchange data using DayPilot. DayPilot accepts almost any kind of data. Just pass a simple List of custom objects to DataSour...
Hello. When use dpn.select(dt) with dt not in visible range navigator should always switch to month which contains selected date. Now the logic is sometimes incorrect, especially when you try to impl...
Answered: There was a bug in addClass method. It incorrectly cleared all element classes if the class to be added was already there. It's fixed now in build 2288 (see the sandbox ). The updateFreeBusy() method...
Hi. I'm opening a popup window on time range selection. On popup window I'm creating the event on server side. How can I close the popup window and update the calendar at the same time with server-si...
Answered: Issues #1 and #2 could indicate that you have downloaded the Lite edition instead of the Pro edition . The Lite edition doesn't support scrollbars and BeforeEventRender event. The latest Pro edition ...
Answered: This is by design. The first event is always defined by its start and end. The subsequent occurrences are following the recurrence rule. This is how it works internally. However, you should be able t...
Is there a posibility to have a small reminder icon in the event you create so that the user knows which appointment has a reminder and which appointment doesn't have one? If not, will this feature b...
Answered: There are no built-in buttons at this moment, but it's easy to add them. See an example from Scheduler/Default.aspx: <a href="javascript:dps1.commandCallBack('previous');">◄</a> <a href="javas...
Answered: DayPilot Pro is fully compatible with Visual Studio 2010 and .NET Framework 4.0, please see also: forums.daypilot.org/Topic.aspx/1315/it_is_not_compatible_with_vs_2010
Answered: The trial version 6.4.2286 now includes two solution files: DayPilotTrial2008.sln - Visual Studio 2008 solution, targeting .NET Framework 2.0 DayPilotTrial2010.sln- Visual Studio 2010 solution, targe...