Questions Tagged how-to
Daypilot Scheduler header format
Hi, Is it possible to format the dates in the header for the Daypilot scheduler? I saw a couple of posts that said to use the HeaderDateFormat property but I do not see this property in the scheduler...
Resources in Scheduler
First off I must say this is an excellent control. Thanks for the effort and support. I have been tasked with a project in which I will be creating a booking application for vehicle testing. One requ...
Place DayPilotNavigator in separate contentpanel from Calendar?
Is this possible? The page has a master page with two content placeholders, one for the main page content and one underneath the nav menu on the left - I'd like to place the DayPilotNavigator control...
Controlling calendar from JS
Is it possible to control the calendar mainly from Javascript. I mean adding events, changing views, etc. without resorting to postbacks/callbacks? thanks.
How can a export/print the DayPilot Month View
Answered: The Export (JPG/PNG/GIF) feature will be added to DayPilot Month in DayPilot Pro 5.8 release.
Drag over multiple days
Hi, Is it possible to enable a booking to go over several days when using the Calendar? At the moment, I have the Cal in week view, and a secondary scheduler in month and resource view to enable mult...
How to print a calendar?
Answered: After some experimenting, I've found a workaround. The following code prompts the user to open/save the image. This makes it printable from IE as well.
Response.Clear();
Response.C...
Howto modify resources/datasource on scheduler during javascript refresh
I noticed that when I modify the resources/datasource when refreshing a scheduler the data displayed is inconsistent with the data bounded to the scheduler. Is it even possible?
Data for the view date range.
I am evaluating this product for a project. When the calendar is loaded or when user changes/drills intothe view, how can I get the date range so I limit my result set from database for that date ran...
Data for the view date range.
I am evaluating this product for a project. When the calendar is loaded or when user changes/drills intothe view, how can I get the date range so I limit my result set from database for that date ran...
Fixed times when scrolling on day pilot calendar?
My day pilot calendar has a number of resources; the problem iam having is after scrolling the screen to see specific resources, its no longer possible to see the times down the left hand side making...
Adding Resources programmatically to Scheduler
Hi, I am trying to add resources programmatically with out the whole page is reloaded. if I have a button which removes all resources and adds a new set of resources it doesn't get updated unless I r...
DPCalendar1.update("Please wait...") does not show
hi DPCalendar1.update("Please wait...") does not show, either in adding events or in change / move events whats the property to enable for ajax messages ? thanks az
how to block saturday and sundays from calendar
how to block saturday and sundays from calendar ? do we need to put events in the event table ? I want to keep holidays table seperate Is there a built in way Thanks... Az
Refresh server side does not work after ajax POPUP
Refresh server side does not work after ajax POPUP and manual F5 or refresh is required everytime record is added. link - http://pigcheer.com.114.webhostforasp.net/calendar/pro.aspx insert new event ...
once event is deleted, it does not work 2nd time
once event is deleted, it does not work 2nd time http://pigcheer.com.114.webhostforasp.net/calendar/pro.aspx any help will be appreciated az
How to fill lable or textbox (.net2.0 + AJAX )
I'm trying to fill a textbox or a lable (server side components) in any event e.g (Edit or delete) but it seems I can have lable1.text = "aaaaaaa"; does not do anything. Calander and textbox are in t...
Bubble information
Hi, I am trying to use the Bubble to display extra information about a booking that is stored in the DB. To get at this data, I need to have the ID of the 'booking', which in theory should be stored ...
OnTimeRangeMenuClick not firing.
Im having problems with the OnTimeRangeMenuClick event not being fired unless I set the command action to "Insert". anything else fails to fire the event handerl.
calendar to bind to custom sql on refresh
Dan, I posted this before but never got an answer....really like the control, but this would really help. Thanks, John I am trying to get the calendar to run a new SQL databind base on the user choos...
How to open context menu when left clicking instead of the default right click?
How to open context menu when left clicking instead of the default right click? The DayPilotMenu isnt avaiable from code behind and it would be best if it could be done with javascript. Someone who h...
Howt to call a custom method that executes a new SQLstatement from the refresh method
I am trying to getthe calendar to run a new SQL databind base on the user choosing a new date. I tried to call a custom method that calls the SQL from the refresh method, but it never works. Is there...
refresh call to SQL does not work as expected
I am using the refresh even to reset the datasource for the calendar. I have some custom query fields that are brought in from the Request.Form that are passed to the SQL. It works fine in the initia...
need to make a month view that pulls data from a database
I have attempted to adapt the DemoSql code to have a month view based on the data in a database. The first error I received was that the control did not have an enddate property. In the documentation...
Merge recurring, same-time events into one
hi, is it possible to merge several recurring events into one event that spans several days? like the schedule page at: http://www.crd.bc.ca/seaparc/program/swimming.aspx so that multiple events are ...
On cell click event DynamicScheduler?
Hi, How can I set an event to handle a cell click (to create a new event) in the Dynamic Scheduler? I have version 4.9 Thank you
Scheduler - Display OK Cancel javascript pop-up on Event Click and delete event if OK
Hi, In my scheduler, I would like to display a javascript ok cancel pop up when an event is clicked. If the user clicks on ok, I would like to delete that event. I already have the code to delete the...
Displaying events on calendar
I have created a weekly calendar to display our events. It works great for most of our users, but we have a problem we can't seem to get past. We have several events (so far 7) that occur at the same...
change one hour slot to 45 minutes slot
How can i set business hour duration to 45 minutes (change left navigation menu from 1 hour slot to 45 minutes slot 9.00a.m,9.45a.m,10.30 like that ) in DayPilotProTrial-5.0.154?