Active Questions
DayPilot Lite Events
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...
Daypilot Lite Scheduler : Problem when deleting events.
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
Menu - Javascript commandCallBack is executed after page.loadcomplete and causes page to stop rendering
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.
allday event in open souce
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 a...
event resize javascript scheduler
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...
Synchronize Scrolling on two Scheduler controls
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...
Support for Exchange/Outlook and LDAP Connectors
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...
DaypilotNavigator JS-select incorrect behaviour
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...
navigator visibleRangeChangedCallBack calls not working correctly
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 ...
Close popup and update calendar?
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...
Width and BeforeEventRender probelms after upgrade
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 u...
Problem with weekly recurrence
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...
Remainder picture in event?
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...
How to get the previous and next linkbuttons
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="ja...
limitations of Trial Version
Answered: It displays a "DEMO" label in the upper-left corner. The functionality is not limited.
DayPilot , .NET 4.0 and Visual Studio 2010
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
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...
Using MVC Calendar
Answered: After a bit of work, I've answered both these questions myself. Limiting hours displayed can be accomplished by setting HeightSpec = HeightSpec.BusinessHoursNoScroll Passing in data to the calendar o...