Questions Tagged how-to
All day events broken
I am trying to use the DayPilot Pro control on my company's site, and I seem to be having a couple of major display issues, mostly with All day events. Whenever I render a calendar with an all day ev...
Daypilot Schedular
Hi, is it possible to add custom event for daypilot schedular like event double click and timerange double click. if i want to see only days if i select 7 days in schedular what could be the cell dur...
white space to enter the event details
I am modifying DemoSQL. When I click on create new event it does not bring the white space for me to enter the event name and comment. It enters the start time and end time to the database. How can I...
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...
How do I refresh the dataset with refreshCallBack
Hello, Right now, I'm loading an entire year's events in the dataset for my calendar. Then I have "Next Week" "Previous Week" buttons to jump from week to week using the javascript:refresshCallBack c...
customize events (backcolour etc) using BeforeEventRender for Month view
I have attempted to use BeforeEventRender for changing background colour in the month view however this event is not being triggered. My code is as follows: Protected Sub DayPilotMonthX_BeforeEventRe...
Do I need to filter out events outside datarange shown in DayPilotScheduler?
Hi, I've got SQLdatasource as a source to a DayPilotScheduler. At the moment the Datasource returns all events. Do I need to put in a WHERE statement on the Procedure the DS uses to just return booki...
Year View
Is there any way for displaying a view that shows only years and months? I'm looking to apply this for equipment scheduling that is done on a monthly basis.
Drag and drop an event between resouces in resource view
Hi, How can I drag and drop an event between two resources in the Schedule resource view? I've got it working so I can move between dates on same resource, but the client wants to drag and drop betwe...
How to display Day (Monday etc) on Resource schedule
Hi, How can you show the actual day with the date on the Resource Schedule view? Thanks
How do I set time cell intervals to be 15 minutes instead of half an hour ?
Thank you very much for any help or directions to an answer if that question has already been answered.
code for databinding
Can anyone help me with the code for databinding. I tried myself but not working
How can i change the cell color of previous month and next month dates displayed along with the current month
Hi, how can i change the cell color of next month and previous month dates displayed along with the current date in Day:Pilotmonth contol please reply as early as possible
DayPilot Month control Problem in events
I am using Daypilotmonth control, i am using all events i-e EventMove, EventResize, TimeRangeSelected. i am updating and inserting records using these events. now the problem is that each event is ca...
Return to main Schedule page after opening popup to add new event
Hi, I'm still working on this.... :-) For the moment, I've abandoned using Javascript to add a new event because of the incorrect date issue. I've created an aspx page that pops up and adds a new eve...
Passing datetime back to DayPilotScheduler1.TimeRangeSelected
Trying to pass back a start and end dates from a popup window back to the booking schedule form but I get !An exception was thrown in the server-side event handler: ...unable to parse datetime: '06/0...
Date format
Hi, I;m following the code to create a popup window for a new event. The output from the scheduler to the output window for the start date is Sun,18 May 2008 00:00:00 UTC Is there a way of geting the...
Create a new Resource booking in schedule by clicking on schedule date
Answered: News. I tried using TimeRangeSelectedHandling= "JavaScript" TimeRangeSelectedJavaScript = "openPopup(start, end, column);" and this as per example on site function openPopup(e) { window.open('booking...
Some more quick questions
Answered: Sorted number 2 by setting the Days = 1 and the StartDate = e.Date in the HeaderClick event and setting the HeaderClick type ot PostBack. Number 3 isn't important now but I'd still like to be able to...
Display week range date
I'm trying out the trial of the full version and have two images with hyperlinks wrapped around them to move to the previous and next week using the javascript call; javascript:progTT.refreshCallBack...
Reflection
Hi, I'm trying to use reflection to change some DayPilotScheduler properties but it doesn't work... Do you have a code snippet/example that does it ? It would be appreciated and also useful for other...
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...
Changing the headerHeight using javascript
Hi Dan, I have currently changed the height of the headerHeight in the source code not a problem but I want to be able to do the following: Once I select a link from the Context menu I want it to mak...
How can I display a cell of 2 hours and also how can i change the text of left nav from one hour slot to half hour
Hello, I want to display cell of two hours(means 12 to 2 , 2 to 4 , ....). Is it possible ? And Also i want to change the display hour of left nav from one hour to half hour(means 9:00 t0 9:30, 9:30 ...
How can we display cell of 2 hours
Hello, I want to display cell of two hours(means 12 to 2 , 2 to 4 , ....). Is it possible ? Please suggest.
Code Example for ResourceBubbleID
Hi Any sample code for using the ResourceBubbleID? I'd like to setthem the same time as the Resouces. Try conn.Open() reader = comm.ExecuteReader While reader.Read DayPilotScheduler1.Resources.Add(re...
Set Row Height in Scheduler
Hi, How do I set the row height in Scheduler resource view? I've read some info about CellHeight but I cant see that as a property of the DayPilot Scheduler. Thanks
Resources - Can I get them from a sqldata source or do I have to programatically add them?
Hi, I'm developing a hire application and am using the trial version of DayPilotScheduler. I am having difficultly getting Resource data into the Scheduler.Do I HAVE to programatically add Resources ...
Can I use a asp:sqldatasource with a DayPilotScheduler?
Hi, Does the DayPilot Scheduler support data-binding with a sqldatasource? Is it one or two way? Thanks