Active Questions
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...
possible bug with EventSelectJavaScript
jsinitcalendar appears as if the selected event will be passed to the eventselectjaavscript. appendProp("eventSelectHandling", calendar.EventSelectHandling, true); appendProp("eventSelectCustom", "fu...
Add an event with a javascript function
Is there a possibility to add an event in the calendar with a javascript function addevent(start,date,data) ? Of course this event will not be stored in the database and it is not my goal, it is only...
Style Sheet Messing Up DayPilot Alignment
Hi, I have a CSS file that is causing the cells within a day column to be mis-aligned with the hour markers. The mis-alignment gets progressively worse as the day/hours increase. The css file came wi...
style individual events
Is it possible to style individual events after databainding? I'm using daypilot light
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...
How to create dynamically the calendar
Hi, I need to create a calendar dynamically in C#. How can I proceed without accessing to asp.net page? A simple example would be highly appreciated. Thanks for your help
Problem with e.start() and e.end() with EventClick and javascript
Hi, I'm trying to open a new popup window with the click event and trying to send start hour/minutes and end hour/minutes as params. The problem is that all those hours that the (e) gives seem to be ...
DayPilot Price
The DayPilot Pro (1 Developer) was around $300 when I recommended to my company, and they agreed the price to buy. But todayI try to buy this it is increased. Is there possible to get old price?
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...
DayPilot not display at server
Hi, I have tested in my local pc, its working fine, but when I deploy at server the DayPilotCalendar control not displaying properly. I have copied the following dlls at bin. App.dll DayPilot.dll Sys...
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 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...
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...
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:...
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...
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...
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)); ...
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) {...