Questions Tagged
DayPilotScheduler TimeFormat does not appy to events--?
Setting the DayPilotScheduler.TimeFormat = DayPilot.Web.Ui.Enums.TimeFormat.Clock24Hours works great for the headers (displays hours from 0 to 23 within a day), but it doesn't seem to display the eve...
OnBeforeCellRender of DayPilotMonth displays erronous month name
Hi! When I set a server side method to the event OnBeforeCellRender of the dayPilotMonth control, whatever the code does in that method, on the display of the calendar on the client side, the month i...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and its seems to be using embedded resources for JS and Images. This is causing some performance problems as these resources will not get...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and it is using embedded resources for js and images. This appears to be causing some performance issues. Is there any way that we can tu...
Configurable Left Calendar Bar
Answered: Please see this topic: http://forums.daypilot.org/Topic.aspx/419/display_time_on_the_left_in_15_minute_intervals
DayPilot Lite - set color per event.
Answered: If anyone is still having trouble getting the calendar solution to work I had to add things I added to Andrea's solution to get it to work for me. In the DayPilotCalendar.cs I added void PerformDataB...
Display time on the left in 15 minute intervals
Is it possible to change the time format on the DayPilot Calender to 15 minute intervals? (ie 8:00AM, 8:15AM, 8:30AM....)
Wrong Start Time and End Time for a event in Week View
Hi, 1. I have a week view from Sunday to Saturday. I have hard coded the start date as "2007-01-07" as it is a sunday used it to calculate the other six days in the week. 2. I built events and displa...
Enabling the move event client side.
Hi Dan, Is it possible to enable the move event on the client side? I have an event in the scheduler and when you right click to move it, it performs a javascript function to change the colour to sho...
Calendar eventMove callback is not updating correctly
I have been using the callback on eventmove and eventresize events and the callback was working great. I then upgraded to version 4.7.1399 and the callback now updates, but all the events are no long...
How to call a postback from dynamically generated calendars
I generate different calendars in runtime depending on the amount of employees on a table. Is there a way i can do postback events on those generated calendars or i have to use JavaScript on them?
ContextMenuSelectionID not show until after next postback
I have a simple form with a day pilot calender,2 buttons and 2 menus. Pressing the button will assign one of the 2 menus to the calender. e.g. in button1 click "dp1.ContextMenuSelectionID = "a"" The ...
Disable TimeRangeSelectedHandling when clicking on contextmenu
Hi Dan, Is it possible that once we have clicked on a contextmenu which has a javascript action to disable the TimeRangeSelectedHandling? I know we can use "DayPilot.Web.Ui.Enums.TimeRangeSelectedHan...
Update DataGrid after CallBack
Hi, I try to Update a DataGrid on my WebSite after the scheduler did callback. Your description in DayPilot 4.1 "Sending custom data back to the client after callback" did not really help me.Has anyb...
Edit an Event in Month view
Answered: Hi Richard, It's not possible to edit the events inline in the month view (so far). Until it's available you will have to invoke a dialog box (see the SQL demo in the download package) or edit on a s...
Set a minimum width on the columns of the Calendar
Is there a way to set a width or minimum width on the columns of the Calendar. We have the potential to have many resources and would like to be able to set a minimum width on the columns so that eac...
Adding the minutes to the time column
Is it possible to add the minutes to the time column of the calendar? I need to be able to show the minutes as well as the hour so that it will say 7:00, 7:30, 8:00, 8:30, etc.
Disable Bubble in Daypilot scheduler
Hi Dan, Is it possible to disable the Bubble when I click on a menu item? eg. 1. I right click on an event 2. Click on "Copy Booking" within the context menu, once I click on this the Bubble is disab...
Resource View with days as rows and resource as columns
Dan do you have a tentative timeline to support days on the vertical axis along with resources in the columns Dennis
24-hour date format in event display
Hi Dan, Please let me know if it is possible to display the time displayed in the event in 24-hour format. Eg. XYZ (17:00 - 18:00) Please point me to any documentation you have for this. Thanks Raghav
DayPilot Lite in Winforms?
Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...
startdrag menthod missing in the Scheduler dynamic
Hi, Any plans to get this feature in the upcoming release ? regards Rohit Goel
Double-click event for time range selection causes Unknown PostBack/CallBack parameter type exception
Hi! When I set the TimeRangeDoubleClickHandling property of the dayPilot calendar to either postback or callback, withTimeRangeSelectedHandling= Hold or HoldForever, I'm getting an Unknown PostBack/C...
All Day Events now 'broken' in v4.7.1399
Answered: This property is called AllDayEnd and has two possible values: DateTime (DataEndField specifies an exact date point, including time) Date (DataEndField specifies a day only - Date part of the DateTim...
DayPilotMonth not Updating (build 1385, trial version)
I am having trouble with the Update method of the the DayPilotMonth control. I am calling the javascript refreshCallBack and the timeRangeSelectedCallBack functions and these call the following code ...
Navigation
Hi All, I'm trying to navigate between months on a DayPilotMonth component The data is bound correctly and i'm using the following link to try and trigger a forward jump of one month javascript:cal.r...
' character in event text corrupting event visualization (all black)
Hi, Ifound a minor bug (or at least it seems so to me). If the value of the DataTextField contains the ' character (like in O'Connell) the event box gets all blacked out. In italian language is a com...
DayPilotScheduler cannot set HeaderDateFormat
Answered: You can use BeforeTimeRender Event to achieve this.
How to get the calendar cells and change the background color from a specific Event?
How to get the calendar cells and change the calendar background colorfrom a specific Event? so when Event takes: 9.00--10.00 am only this cells in the calendar should be colored red. to start with: ...
How does the BeforeEventRender event works for daypilot(dayview)
Hi, i am trying to bind an event that starts from 11:30 to 00:15(that is 15 minutes past 12,11:30+45 minutes), i m using a 24 hour clock. the beforeEventrender handler is not binding this event enen ...