All Questions
Strange Javascript error
I'm trying the DayPilot Pro 3.7 for a small web agenda application and I've recieved this strange Javascript error: tempDiv.firstChild.rows[1] has no properties This error occurs during the update pr...
Calendar Control left display hours
Is there a way to choose not to display Non-Business hours. I would like Just 7am - 9pm to display. Control drawing slowly. Trying to alleviate that. Thanks
Deletion of events
Answered: Here are the results of our private discussion: 1) The confirmation dialog can be added by switching to JavaScript handling and calling the callback manually: EventDeleteHandling="JavaScript" EventDe...
Arrange events bug
Try following events: #1>02:00 pm-04:00 pm; #2>02:30 pm-03:30pm; #3>03:00pm-05:30pm; #4>04:20pm-05:30pm. Event #4 display area do not use the possible space
Rendering Events in real height
I want to use the daypilot control for activity recording on minute base, so that you can see, what you have done the last week. I want the entry's to be in a row and not next to each other. So each ...
DayPilot Lite 2.x when embedded within div causes the events to show outside of the control
I am currently working with the the Lite 2.x version, and wrapped the control in a div tag with auto scrolling turned on. When the page renders I noticed that the events where being displayed on the ...
Printing Event Background
Answered: Since DayPilot Pro 4.9, printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.or...
iFrame weirdness with ie7
Hey there, I'm embedding the daypilot control in an iframe and I'm using Javascript handling. eventClick and TimeRangeSelected are working fine but eventMove and eventResize are acting odd. eventMove...
Changing DayPilot StartDate Causes Error
Hi, I have been using the DayPilot Lite control in a project, where by the start date is dynamically set from a calendar control. Each time the user selects a new date within the calendar, the DayPil...
Client side events after an item has been created in DayPilotVertical
Answered: You can use AfterEventRenderJavaScript property to execute custom code after the event is created. Two local variables will be available to such custom code: e (DayPilot.Event object) div (the HTML d...
The type name 'Web' does not exist in the type 'DayPilot'
Hello Team I downloaded trial version of daypilot scheduling control. But when I am using this control at the time of run project it is showing an error Error 2 The type name 'Web' does not exist in ...
Testing for Overlapping Events with SQL
Answered: As far as I know, without the NOT that would be. SELECT eventid from events WHERE((event_end >= '" & newEventStartDate & "') AND (event_start <= '" & newEventEndDate & "'));" This is exactly the same
Customizable Hours?
Answered: The following tutorial shows how to create a weekly timetable using DayPilot Pro: http://code.daypilot.org/65101/timetable-tutorial-asp-net-c-vb-net
DayPilot for Safari
Hi, We are developing a website dedicated to the academic world where many professors are using apple safari; I would like to use DayPilot but I really need that DayPilot works fine on Safari. I chec...
3.7.2 - Right Column Margin not working in IE 6
Hi, Thanks for the quick bug fix on 3.7.1. I really appreciate it. We're close to being ready to purchase (just have to wait for the new budget year to roll around). 3.7.2 is not rendering the right ...
3.7.1 event resize potential bug.
Up until this morning, I had 3.6.x installed (the demo version). I just downloaded 3.7.1 today, and when I go to resize events, the following happens (screenshot). It seems that the new release has s...
How can I change the dysplay time periods from hours to half hours or 5 minutes periods?
How can change the dysplay time periods from hours to half or 5 minutes periods?
Problem with first event of a day since release 3.7.1.1
Hi, I upgraded version to release 3.7.1.1 and I have the following problem: the first event of each day has a big black line at beginning, like something is not drawn. Anyone experiencing this? Thank...
Popup on click of event
Answered: The 'e' variable was introduced in DayPilot Pro 3.6 In previous versions only 'id' and 'tag' variables are available and you should use: EventClickJavaScript="window.open('MonthDayView.aspx?id=' + id...
Custom schema for datasource bound to daypilot control
Hi Dan, Please let me know if we can define our own schema for a datasource and bind it to daypilot control. Right the control looks for two fields start and end in the datasource and if the fields a...
Clicking on a time slot when you have day-long event
Hi Dan, I have a day-long event running from 12 am to 11:59 pm. So I have the white event box right through my day. If all this how can weclick on a time slot and change the event for that time. The ...
Tooltip on column
Answered: In DayPilot Pro 3.7, there will be a chance to modify the column header using BeforeHeaderRender. It will be also possible to set ToolTip for the column header. Will that solve your problem?
Pass values from time cell and get values back from a page
Hi Dan, I am willing to buy DayPilot Pro. Please let me know if the following feature is there in DayPilot Pro. The user will click on a time cell. Say 9:30 am. It should open a page in a window. The...
Drag and drop puts event in the wrong place
Hello Looking to buy this system for a client and am currently testing it using the demo system at http://www.daypilot.org/demo. Tried moving some of the events, vut get a strange result. Just dragge...
Resource Header
Is there a way to make the header a link or a post back? I would like to have the link bring up details about the resource (in our case, a conference room). We want to add capacity, etc and a link wo...
Context Menu Not working intermit
On some of the entries I have made, the context menu doesn't seem to work. It would be nice if there was an "X" in the right hand corner to handle deleting an entry. I'm using the context menu now
Conditional Moving/Resizing
First of all, I think this is an excellent control - so much so thatI have replaced the Infragistics WebSchedule controls and have purchased this instead! I have a suggestion to extend the moving and...
Text in resources view spanning two columns when used on user control.
I am using DayPilot 3.5.2. The problem that I am facing is that when i use it in a aspx page , the display is fine but when i change the same page in asp.net user control then the displays goes gets ...
Handle event in a custom control derived from DayPilot control
Hi, I'm currently testint DayPilot pro and plan to buy it if it fits my needs. However, I need to extend the functionnalities of DayPilot with my own Properties and methods. But when I'm trying to do...