All Questions
modify isThereEvent method
Hi I need the daypilot to recognize all events in my database. How can I modify the "isThereEvent" method to show that there is an event on all days specified in my database and not just today, tomor...
Reducing the Height of Day Pilot Control
Hi : I would like to reduce the height of the day pilot control as there are too many scroll bars on the web page Please help me to resolve this. Here is the code for my Day Pilot Control. <DayPilot:...
White space appearing at the top of calendar
Hi, Im having issues where white space is appearing at the top of the calendar unless all days have at least one event in them. I really need help with this as the site goes into UAT on Wednesday Tha...
Event Double Clicking and client side event selection
Hello. I'm trying to implement a couple of things with DayPilot and am running into some problems. First off, is there any way to use JavaScript to select an event when all I have is a DayPilot.Event...
Issue in EventClickJavaScript
Event Render I got some issue at EventClickJavaScript. The code below assigning the EventClickJavaScript property based e.value. Example: A person got Ticket and Opertunity in same day. Case 1 Time U...
Unbinding DayPilot
Answered: You can try binding to an empty DataTable: DataTable dt = new DataTable(); dt.Columns.Add("start", typeof(DateTime)); dt.Columns.Add("end", typeof(DateTime)); dt.Columns.Add("name", typeof(string)); ...
Return specified days from database
Hi, I am using daypilot lite 2.3. I managed to connect the daypilot to my database but all events are rendering on one single day, todays current date. How can I render the events based their own spe...
Event Resize
Hi, Still no luck The code as follows: protected void DPC_EventResize(object sender, DayPilot.Web.Ui.Events.EventResizeEventArgs e) { DayPilotCalendar d = sender as DayPilotCalendar; if (null != d) {...
help again
Hi Dan, Thank you for answering to my earlier questions all Help again: 1) Events not displaying when change the calendar date (if the control inside the table cell). Please refer below working and n...
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 =...
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 ...
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).
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...
How to pass params with ContextMenu NavigateUrl action?
I'm trying to pass a single parameter with a context menu item. From the documentation ( http://www.daypilot.org/context-menu.html ) I understood that a {0} in the url will be replaced with the event...
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...
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...
DayPilot vertical with weeks and date?
Hello, Would it be possible to have another mean of viewing the events in the DayPilot Vertical calendar by splitting the header in 2 or more cells? I mean this: - Show the ressources on the left (th...
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...
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 trail versions 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 new page need to open if the...
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 ...
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...