All Questions
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 ...
ScrollPositionHour not working with DayPilotCalendar in AjaxControlToolkit.TabContainer
Answered: The problem is caused by DayPilotCalendar being placed inside a hidden div (style="display:none"). It's not possible to set .style.scrollTop for elements that are inside such a hidden div. Solution: ...
Combining multiple events into one cell
Hello, I am trying the DayPilot Lite version, may upgrade to Pro if it meets our needs and there is funding available to purchase (we are a public university with little money!) I am most interested ...
Install Help!! Could not load file or assembly 'DayPilot' or one of its dependencies.
Hello, I downloaded and unzipped DayPilot Lite. I then followed the instructions and added the component to the VS2005 toolbox. I attempted to build the pages to see the demo and I get the above erro...
how to create new events in daypilot lite .Please help me
I am trying to create a mousedown event in daypilot lite.How can i create new events in daypilot lite Please help me Thanks
please give me some codes to implement drag and drop in daypilot lite
I am tr trying to implement drag and drop functionality in daypilot lite .please give me some codes to get started
Vertical Scroll in IE7 Daypilot calendar
Answered: Hi Sheraz, I've explained this in an e-mail as well: The scrollbar width is different in IE and FF (there is 1px difference). That's why DayPilot sets the default width to 16 and then it calls a spec...
Display event text at the bottom of event box
Hi, is it possible to show the text at the bottom of an event box (at end time) instead of the top (at start time). Thanks
Combine CellHeaders
Hi, It is possible tocombineCellHeaders? For example like colspan does in a html tabletag. i want one CellHeader for 2 cells. Best regards
All day events
Answered: OK, it was meant to work the same way in the week view and in the month view. You are correct with the week view. I will fix it in the next release.
Server Side Event Handling in Daypilot Lite??
I can not seem to get server side event handling to work, I am using the Lite version. It will post back but not read the event Click code, I have tried adding the OnEventClick and nothing. ??
Event stacking and DayPilotMonth month names
Is there a way to cause events on the DayPilotCalendar control to stack vertically instead of horizontally or wrap when they have reached a certain number? Is there a way to change the css for the mo...
Javascript error Unexpected call to method or property access
I'm using DayPilot Ver 4.6 and developed a simple day view using schedular control, it works fine but randomly it returns "Unexpected call to method or property access" javascript error and after tha...
Settings for Month View
How can I setup a Month view as shown in the online Demo? I have used the days property = 31. But now the calendar shows columns for every day (31 days) and every hour just like a week view with 31 c...
DayPilotMonth is undefined
i am getting this Javascript error "DayPilotMonth is undefined" after getting the 4.6.1389 build from you guys to fix the next month bug yesterday (3/31). <script type='text/javascript'> function dpm...