Questions Tagged
Event moving and resizing ....getting away with snap to grid
Hi... Thanks for the excellent work you are doing. Keep it up... Now straight to the issue. While moving or resizing events, they always snap to the grid. Can we move or resize the events without the...
"'$c.colors[...]' is null or not an object" when using commandCallBack to update resource list in DayPilotSchedulerDynamic
Hi I have a DayPilotSchedulerDynamic with a lot of resources down the left hand side. Because of the number of resources, I have a couple of combo boxes at the top which the user can filter the list ...
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...
Scheduler Update method causes events to multiply acrross all resources.
Hi there,
I am using the latest (8th December 2008) release of the DayPilot DEMO.
I have set EventMoveHandling="CallBack" and in the c# code on the server I have the following;
protected voi...
Printing ?
Answered: Printing is supported through image (PNG/JPG/GIF) export in DayPilotCalendar. Documentation:www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.org/demo/Calendar/ (...
BeforeEventRender Dynamic scheduler
Hi, I am trying to adjust events in the BeforeEventRender in the DynamicScheduler. Problem is that that doesn't work properly for DurationBarColor and BackGroundColor. Code sample:
Protected S...
DayPilotPro 5.1 Javascript e.start localization problem
The e.start and e.endis now in local format in 5.1 Wenn i use: <DayPilot:MenuItem Action="JavaScript" JavaScript="alert('Start: ' + e.start.toString() + '\nEnd: ' + e.end.toString() + '\nResource id:...
DotNetNuke Problem
Hi, since i updated to 5.1.1600.0 my scheduler does not show any cells or events in IE7(table-based-layout). I also get a Javascript Error. In Firefox(div-based-layout) the events and cells are shown...
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
onselectstart and xhtml compliance
twimc, my rendered calendar is not validating with xhtml as "onselectstart" is not a valid attribute for a div. my understanding is that it is an IE-only attribute regardless. is there any way, in da...
Scheduler broken in IE7 without DOCTYPE
Documentation says "Note: There might be minor issues in quirks mode (no <!DOCTYPE> specified). It works but there might be a bad pixel here or there." However, in case of the Scheduler (v 5.0.1556) ...
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...
Even & Odd Column Cell Styles
.daypilot.cellbackground .daypilot.cellbackgroundAlt Please, please Thanks Joe
Lic. Question
One Developer: One Webbased business app.. two subdomains. One is for demo, one is for production. demo.aplication.com & app.application.com What would be the correct lic. for this example Thanks , J...
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...
ToolTip text and Appt Description
Hi, just like to firstly say what a nice component this is to use. Ok, my question: Is it possible to allow a different data binding field for the ToolTip value for each appointment entry rather than...
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
Weeknumbers
Is it possibel to show weeknumbers in the Calendar? ex: a good place would be the top-left-corner above the hours
CellHeigt smaller than 15 ?
I have CellsPerHour = 4 and the Calendar hour is then 60. I like to have bussinesshours from 8 to 16, but that makes the Calendar tobig for the place on the website that I want to use. With CellsPerH...
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...