Active Questions
Handle event in a custom control derived from DayPilot control
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...
"CommandHandler is not a function" JavaScript error
This JavaScript error can appear when you upgrade DayPilot Pro 3.5 to DayPilot Pro 3.6. It is caused by a changed JavaScript API for calling server-side EventMenuClick event from JavaScript (using AJ...
How to manage tooltip or add attribute on event cell
the tooltip on Events dosent look good how i can format it or Stop displaying in Daypilot 2.2 version
Is daypilot 3.5 version if free
Is daypilot 3.5 version if free. is it then from where i can get its dll.
How to make daypilot Readonly
hi i am using daypilot 2.2 version. how can make its cell no- clickable.
Can i have option to add more information about Event
Now we are giving information about any event is :- Event name(12:00 Am to 1:00 Pm) i want add description about Event.is it possible.
a single developer licence
According http://www.daypilot.org/files/LicenseAgreement.pdf "a single designated developer of the Customer may use the Work for development and testing purposes". I am going to be the one developer ...
Postback Events And Free Time EventHandler help
Please can you tell me the statements for clicking on a free time bit and an event For example the below code will redirect the user to a different page if an event history exists protectedvoid DayPi...
Resource view - Header offset
Hello I got your component as a trial version and was playing with Resource view, I did change one meeting room column name too "Communications" and header of your component and columns of calendar w...
Cannot enter new event with an existing event in slot.
How does one enter multiple events within a slot, as the event fills the slot and hence no ability to add is available?
Selection bug
1. Resource view 2. Select event within resource via drag 3. Cell borderswithin "other" resources are highlighted ( i.e accross the row)..
Javascript events Broken!
In the previous versions EventClickHandling Handling of a click on a calendar event. UserActionHandling UserActionHandling.JavaScript FreetimeClickHandling Handling of a click on a free-time slot. Us...
What wacko date is this
Ok, I give up what wacko date format is this "Thu Apr 26 09:30:00 UTC 1000 2007" This is what fiddler shows is being sent to in the start parm of the javascript call.. This MUST be in ISO8601 at the ...
Weekend Non-Business hour Colouration
Hi, I'm using the free version of Daypilot. I have set the start date and end date to cover one week, but can't see how to set the colour of the weekend days to be different to that of the weekdays. ...
QueryString Passing
protected { Response.Redirect( } How do i pass the EventID, Title, Subject etc of the control to ViewEvents.aspx?? - I know you dont really need to help me with this but your help is very much apprec...
AJAX and the rest of AJAX functions
Hi, I have downloaded a TRIAL Version 3.5 and I want to implement this calender. But I have open issues: If I click on a event I will make a panel visible. With the callback I cant do this. The Code ...
Event handling
protected void calPlanner_EventClick(string pk) { MessageBox.Show("This is a test"); } Doesn't work, the default popup is shown whith the id of the meeting (i actually use a messagebox class in c#.ne...