Active Questions
iCAL parsing (read,write) support
Hi there, I came across the DayPilot while looking for a web based iCal-based (for parsing: reading and writing) calendar widget. Is there any plans for iCal support (inline with read, write)? Either...
Use of calendar and MS AJAX tabpanel results in a JavaScript warning
Hello, I am testing DayPilot 3.8.1705.1 Trial and I am having a weird issue with Microsoft AJAX Tab panel: when I launch my ASP.Net application from Visual Studio, I get stuck on this piece of code t...
Event Click JavaScrip Dyanmically
Hi, I am creating the DayPilot control dynamically and assigning all the property as well. But how to assign the event click JavaScrip Daynamically? dpc.EventClickJavaScript= "document.location='wfTi...
12 hours - 24 hours adding to database
Hi Guys, I wander if any of you have had the same problem... I am using the TimeRangeSelected method and even though I have opted for 24 hour clock it gives me a datetime back of 2007-07-16 01:00:00 ...
Start Date from Calendar
if (c is DayPilotCalendar) ((DayPilotCalendar)c).StartDate = Calendar1.SelectedDate; } foreach(Control c in this.Controls) if (c is DayPilot.Web.Ui.DayPilotCalendar) ((DayPilotCalendar)c).StartDate =...
How do I delete an event?
I am new to DayPilot Pro and I want to know how do I delete an event in the calendar. I have set the delete property up(by checking it in the properties view).
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...
Popup on click of header
I am using Daypilot 3.7.1. I need to open a popup on click of header . I tried it by modifying Dayplot proerties with HeaderClickHandling="JavaScript" HeaderClickJavaScript="openHeaderPopup(e);". I h...
evenDeleteCallBack broken?
I was developing using DayPilotProTrial-3.8.1075 and I used a javascript confirm on the delete event as described in: http://forums.daypilot.org/Topic.aspx/78/deletion_of_events . EventDeleteHandling...
DayPilot with AjaxControlToolkit (extender controls)
I'm using DayPilotPro (3.8.1086) and as soon as I add ModalPopupExtender from the AjaxControlToolkit to the page it gives this runtime error: "Extender controls may not be registered before PreRender...
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