Active Questions
how to use?
I just downloaded a trail versions DayPilotProTrial-3.8.1075 but I cannot find any document that how to use the control. How to display events in the DayPilotCalendar? I got data in the dataset. The ...
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...
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.
How to delete / add Event via postback?
Hi! There are many examples that show how to fill the calendar with events initially. But how should I delete or add an event? I prepared a ContextMenu for deleting like this: <DayPilot:DayPilotMenu ...
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,
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...
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...
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
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
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...
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
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 ...
how to stop page refresh when eventclickhandling is postback
hi i am using ajax.i had place daypilot in update panel but still it refresh the page when ever i invoke click event having clickhandling as postback. is there any way to stop it. i dont want to use ...
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 ...
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 ...
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...
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...
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...