Questions Tagged
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.
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...
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...
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...
DayPilot Scheduler Focus On a Date
Answered: You can use the following method:
DayPilotScheduler1.SetScrollX(new DateTime(2011, 7, 15));
Change mouse icon to hand on mouse over of monthview
Answered: At this moment it's hardcoded. You would need to change it in the source code.
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...
Setting DataTextField to an object's property which is string array
Answered: You will probably have to change the structure of your data source. DayPilot converts the value of the specified field to string using Convert.ToString() call. The other option is to change it in the...
DayPilot Calendar for MVC
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 ...
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...
Scheduler show bubble on event click
Answered: The EventClickHandling="Bubble" option was not supported. It's now enabled in build 6.5.2300. You can also add EventHoverHandling="Disabled" to turn off hover bubble action. See also: http://www.dayp...
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...
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...
limitations of Trial Version
Answered: It displays a "DEMO" label in the upper-left corner. The functionality is not limited.
Level in header
Answered: Hi Eneko The second level that you say, is for the alldaysevent property, if you put this to "false" it's disappears Regards
New HeightSpec value
Answered: In the 6.5 release (http://www.daypilot.org/daypilot-pro-6-5.html), it will be possible to specify the displayed hours range independently of the business hours and HeightSpec using DayBeginsHour and...
Loading label for Daypilot month
Answered: I've added it to the wishlist. It might appear in the 6.5 release: http://www.daypilot.org/daypilot-pro-6-5.html
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...
DayPilot Month with cancelled DataSource error
Answered: Thanks! It's fixed now in build 2283. See the sandbox: http://www.daypilot.org/sandbox/
Problem with datatable?
Answered: You have probably used one of the tutorials that work with an embedded SQLite database. You should replace SQLiteDataAdapter with SqlDataAdapter to use SQL server instead.
DayPilot Month EventMoveHandling Javascript is not working now
Answered: Thanks for reporting the issue! It's fixed now in build 2281 (see the sandbox at http://www.daypilot.org/sandbox/).
How to delete an selected element with a supr keypress
Answered: This is difficult to do. It would be possible to catch the keydown/keypress event but since there is no focusable element it would be necessary to do it for the window object. This could potentially ...
Scheduler ScrollX isnt updated
The property ScrollX in the scheduler isn't updated when we set the date to scroll to. It is only calculated on the first design time and never more recalculated, so on postbacks, SetScroll doenst wo...
isBusiness in BeforeTimeHeaderRenderEventArgs
It would be nice in the scheduler to know when the header day is a business day or not!