Hi, I have a DayPilotScheduler configured with EventBorderVisible=False. However when I export it to a png file the event borders are still shown. I use a rather old version of daypilot (6.2) if that...
I am having issues with implementing filters in MVC App. I am playing with the Tutorial ASP.NET MVC Hotel Room Booking http://code.daypilot.org/32389/asp-net-mvc-hotel-room-booking The filter doesn't...
Hi I am testing DayPilot Scheduler for a project of mine and it looks pretty good so far. I have a situation with the Duration Bar at the top. I am using this scheduler for venue booking app, and in ...
I see that the Scheduler returns custom data in the Update(data) function on the initial page load, but it doesn't seem that the Calendar works the same. I can return data on an update, but not on an...
Answered: Since build 8.0.1545 it's now possible to specify custom row data (tags) and use them in onRowFilter: Specifying custom row data (tags): dp.resources = [ { name: "Room A", id: "A"}, // ... { name: "R...
I would like to know how to insert another field commented on edit.php file because eh treaty but I always get an error using the lite version and let me know if possible. Thanks.
Answered: It looks like gets reset right after the animation starts. It happens with plain div with "overflow:auto" as well: http://jsfiddle.net/JPEaa/344/ Probably the best solution would be to hook the minim...
Answered: The Swedish locale is defined like this: DayPilot.Locale.register(new DayPilot.Locale('sv-se', { 'dayNames':['söndag','måndag','tisdag','onsdag','torsdag','fredag','lördag'],'dayNamesShort':['sö','må...
Answered: You should be able to do this: Resource r = DayPilotScheduler1.Resources.FindById(e.NewResource); Resource parent = DayPilotScheduler1.Resources.FindParent(r);
Answered: Take a look at the following tutorial: http://code.daypilot.org/17910/html5-event-calendar-open-source It uses the Lite version to show how to load data and handle events using a very light-weight se...
Answered: No, the grid of the "days". The Feature of the row-header-width is perfect. I can Change it with the mousecursor. Exactly the same Feature for the calendar-days would be cool!
Answered: You need to specify the context menu using .contextMenuSelection: dpc.contextMenuSelection = new DayPilot.Menu([ {text: "New appointment", onclick: function (args) { var start = this.source.start; va...
Hi, I'm working on the Day pilot Pro Javascript -v1531. When the event right-clicked or double-clicked the event should get selected and it is not doing now. Please help me to achieve this.
Hello, I'm working on the daypilot event calendar javascript pro - v1531. I have 2 events in my calendar. The first event had some back ground color and the second event had default color. When i sel...
Hi, I've been trying to find a way to do filtering (same as described here): http://javascript.daypilot.org/demo/scheduler/rowfiltering.html ) but on different resource row columns (same as here): ht...
Couple of weeks back, i have raised a question regarding resize/reorder of resource columns and 'Dan Letecky' requested for the sponsoring the feature. http://forums.daypilot.org/Topic.aspx/2580/how-...
Hi All, I am trying to mimic the behavior we see in outlook for scheduling a meeting, where in on the left most side we have attendees and/or meeting rooms and right side it shows timeline for all. I...
In the event calendar view, Daypilot Lite treats two events as overlapping if the end time of one of them is the same as the start day of the other. Therefore, neither of them takes the full width of...
Hello, Is there a way to embed DayPilot Scheduler in an HTML Application (.hta file) ? I've tried this little code but no way: alertbox #1 and #2 never fired, and nothing shown (path to library is ok...
Hi, is there any developer interested in connecting DayPilot to our roombooking solution? Contact me! Nicolas Leiser Nicolas.Leiser@nexxtsolutions.de www.nexxtsolutions.de Tel 0049 89 416129810
Hello, I am trying out DayPlanner MVC on Azure Websites. They run in UTC. When the DayPilot javascript calls the Backend controller method, the start and end times of events are in the correct time i...