Active Questions
Horizontal scrollbar for DayPilot Calendar (sync multi cals scroll)
I have 6 day pilots on the page with the header turned off and 1 with no data and just a header in resource view. All have the same width. The ability to scroll the dp horizontally, is high on the us...
Using Read only fields
Hi. I am having problems using read only fields on with the pop-up event detail - the full code is below but in short This doesn't work (nothing happens when I press "update" <asp:BoundField DataFiel...
Operation aborted with IE
Hi all. I am using the scheduler, and I have the famous IE bug "Operation aborted". This problem occurs only when I have a lots of events (maybe more than 300 lines) I am using the last version of dl...
Event Name length limit in Day Pilot
Hi, Can you tell us how to show an event in event calendar whenever we have more text to display. We want that to show on multiiple lines; so, is it possible?
Change the BusinessBeginsHour on the fly
Hi all, Anyone have any tricks to changing the BBH property on the fly? Example, in Day View, each day defaults to 8am start hour. However, lets say on one day there is an event at 6am. I'd like to c...
Turn off time range on an event
is there a way to turn off the display of the event time on the calendar. this way it will only show the event title itself and then the user can rollover and get the full details. im using 4.1 pro. ...
The Apply link is not working for Fast Filter
Hi Dan, Hope all is well. I'm am having problems with the javascript:filter(); for the the apply link for the Scheduler. I searched throughout the site and can't seem to find out what I am doing wron...
Problem with Datafield and read only
Hi. I've been working from your tutorial and adapting things and run into a real head scratcher. When I make a datafield readonly it stops working. For example This works <asp:BoundField DataField="J...
Navigator Highlight
In addtion to having the navigator highlight days that have tasks assigned, would it be possible to indicate which days have tasks that have not been assigned?
Feature in DayPilotScheduler and DayPilotCalendar are both needed.
Hi, i need the feature DayPilotScheduler1.Resources.Add and DayPilotCalendar1.Columns.Add() in order to get the output that i want. The display that i need to do is as below: ------------------------...
drag drop between cals no longer works (5.6 > 5.8) & month drag when disabled
Hi, As day pilot 5.8 finally fixs 2 showstopper bugs in 5.7 sp, I decided to update to 5.8 as there were a few features in 5.7/5.8 which I wanted to use for a long time, however there seems to be a n...
drag & drop items between two schedulers
Is it allready possible to drag items between two schedulers on the same page? if so, can someone provide an example? Greetings Willem-Jan Putto Maral automatisering BV
How to change events time from 0:23 to example 8:17 [Source]
Hi, could anyone help me where in source code i should change settings of event duration time frmo 0:23 to 8:17? I would be grateful for any help which help me to solve this problem. Adam
Help with future dates
Hi, I am displaying future months and the code works for the month Here is the code checker2.StartDate = new DateTime(DateTime.Today.Year, DateTime.Today.Month, 1).AddMonths(1); checker2.Days = DateT...
Increase Width of Event Left Bar
Hi, Is it possible to increase the width of the Event Left Bar? Regards
ViewState data out of sync after Calendar Command previous and next
First off, great work, love the controls. I've got a month view calendar with two links to move the calendar previous and next each month. It works great and my events show as expected. when the next...
Events are not binding to Scheduler grid
Hi Dan, Instead of using "resources" as you didon the default.aspx.I need to replace it with Technicians which is dynamically populated from a SQL view. I am able to bring that in but what happens is...
Scheduler - Dynamic Tree Loading
hello there! I want to load tree childs on click, but when ChildrenLoaded property is set to false I get this error: 'The JsonData instance has to be initializes first' What am I forgeting? tks :)
How to Customize duration bar time range
Hi, How can i customize DayPilot duration bar time range? example : Booking from 1pm to 3pm but actual usage is 1pm to 2pm so i need customize duration bar to display 1pm to 2pm.