Questions Tagged
Session state has created a session id..,
Answered: Hi Dan, This effect was my error in the ASP.NET Login Control. I am setting my session state object there and for some reason the code wasn't getting called. Sorry.. I Love your control!!!
How to get Appointments in Correct Column in Resources View
I have 3 columns, in resources view, and when I run a sql query it loads every appointment inall columns.
Server Error in '/_PRIVATE' Application
Hi, I cannot get the calendar to work at all, this is the error I get. Parser error on line 3 <%@ Register Assembly="DayPilot" Namespaces="DayPilot.Web.Ui" TagPrefix="DayPilot" %> Any ideas? I follow...
3.7.3.0 - Licensed version bug...
IE 6... When resizing an event, the end time is registered incorrectly. For example, if I drag an event end time from 9:00 to 9:30, the event is set to end at 9:15. See photos... First one is what it...
Globalization support
Does the calendar provide the ability to switch direction to be right-to-left and change the week start day, programming wise or based on the machine regional settings? Thanks,
Alignment getting screwed if number of columns increases?
I am using 3.7.1.0. If the number of columns increases to 10 or more with varying header text, then, the alignment of header and column gets screwed. I tried decreasing font size but did not help. Is...
Calender event text and hover text
What is the best way to insert a line break in the text for an event. Using an html line break <br> does work however the text that is displayed with you mouseover and event also shows the <br>. Is t...
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?