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...
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
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...
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
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 ...
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 ...
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.o...
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...
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...
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...
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 ...
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
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
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...
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 ...
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...
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...
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...
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...
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 ...
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?
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...
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 dragg...
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...
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
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...
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 ...
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...