Active Questions
Calendar Crashes when using Navigator
We are currently using the DEMO version. The Calendar/Navigator is implemented on our development server and works fine. Once implemented in our test environment on the production server the problem ...
Event is displayed in incorrect week when CellDuration = 10080
I create an event for this periode 02-04-2012 - 08-04-2012. When CellDuration = 1440 - the event is displayed in Week 14 which is correct (in my case anyway) When CellDuration = 10080 - the event is ...
Changing time format on events in Month calendar
I have been integrating the DayPilot into my website www.teamyell.co.nz for the last few days. Have a look at www.teamyell.co.nz/abc/eventsin a day or two (once I deploy). My site displays timein the...
Dragging whole events instaid of duration bar.
Hi, I would like to drag by clicking anywhere on the Event (instaid of only the duration bar). Looks like this question has been answerd here: http://forums.daypilot.org/Topic.aspx/1410/click-and-dra...
How to select multiple resouces in DayPilotPro
Answered: You can select multiple events if you hold Ctrl when clicking the event.
Scheduler with CellDuration="1" CellWidth="1"
Usage Description I am using the DayPilot Scheduler to render a Roster. My "Events" are Roster Items, each of which cannot overlap and for the most part span every minute of a given calendar month (I...
Scheduler highlights incorrect row (IE compatibility view OFF)
I am using a scheduler control version 5.9.2. When I mouseover the body of the control the timeband at the top is highlighted correctly, but the resource that is highlighted on the left is offset fro...
Delete event For MVC 3
My Company is about to show our custummer DayPilot Pro. Atm ive got create event and edit event to work. but i cant figure out how to make a delete event to work in MVC 3? i have a ode like this atm ...
DataTagFields - Want a server side only version (dont want data rendered for use in javascript)
Answered: It should be available in the 6.6 release: http://www.daypilot.org/daypilot-pro-6-6.html
VisibleStart and VisibleEnd lose their values
When doing a VisibleRangeChanged, the values show the correct new values. But on the next PostBack, the values are back to the original default values, and the newly set values are lost.
Scheduler ViewType days - BeforeCellRender : Wrong start - end
With the scheduler when property "ViewType" is set to value "Days" we have a problem with the following event : "OnBeforeCelleRender". aspx OnBeforeCellRender="BeforeCellRender" Code behind protected...
dpc1.commandCallBack("refresh") (javascript) will not refesh calendar (asp.net)
Hi, I'm trying to refresh the calendar from a Javescript function. The first time the page is loaded, the function fires as expected and the calendar is updated; after that initial working action, it...
Styling DayPilot Month
Hi there, I'm currently working with the DayPilot Pro for ASP.NET Demo and am having problems with turning off the "style" attributes applied to the "Month". I note that from the Month: CSS Class Sty...
DayPilot Scheduler Focus On a Date
Answered: You can use the following method:
DayPilotScheduler1.SetScrollX(new DateTime(2011, 7, 15));
CellGroupBy in Scheduler Lite edition - Diff between Lite and Full version?
Is CellGroupBy possible in the Lite edition of the Scheduler? My lite version of the scheduler does not have any column groups. I looked to see if it was noted in the differences between versions on ...
How to use the parent100pct in DayPilotCalendar
Hi there, I have a DIV gnerated as follows : <div id="div1" runat="server" style="position:absolute; top:110px; left:150px; right:10px; bottom:10px;"> Within this DIV I have a DayPilotCalendar contro...
Slots in Chrome browser are display as empty boxes.
Answered: I used this to fix this problem TimeRangeSelectedJavaScript="FixWidth();" VisibleRangeChangedJavaScript="FixWidth();" function FixWidth(){ document.getElementById('ctl00_ContentPlaceHolder1_DayPilotS...
Day Pilot Scheduler question
I want to be able to fill in the day events for each resource listed. Here is what I have so far . . . LOB 101 LOB 102 LOB 103 etc. After loading the resources (i.e., rooms), I want to go back and po...