Questions Tagged feature
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...
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...
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...
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,
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 ...
Printing Event Background
Answered: Since DayPilot Pro 4.9, printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo: www.daypilot.or...
Client side events after an item has been created in DayPilotVertical
Answered: You can use AfterEventRenderJavaScript property to execute custom code after the event is created. Two local variables will be available to such custom code: e (DayPilot.Event object) div (the HTML d...
Customizable Hours?
Answered: The following tutorial shows how to create a weekly timetable using DayPilot Pro: http://code.daypilot.org/65101/timetable-tutorial-asp-net-c-vb-net
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...
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...
Tooltip on column
Answered: In DayPilot Pro 3.7, there will be a chance to modify the column header using BeforeHeaderRender. It will be also possible to set ToolTip for the column header. Will that solve your problem?
Resource Header
Is there a way to make the header a link or a post back? I would like to have the link bring up details about the resource (in our case, a conference room). We want to add capacity, etc and a link wo...
Conditional Moving/Resizing
First of all, I think this is an excellent control - so much so thatI have replaced the Infragistics WebSchedule controls and have purchased this instead! I have a suggestion to extend the moving and...
Hour Display horizontally in daypilot
Is it possible to display hour slots horizontally. If so please send me the details to achieve that. Regards, Stervin
Display more event data
I want to display more event data along with name, start, end... in DayPilot Pro Calendar Let say I've two more fields in datasource [Description and location], now I want to show it with other detai...
Block Overlap Events
Answered: The client-side support is not yet available but it's in the wishlist. It could be included in one of the future releases.
does MS AJAX 1.0 need to be installed ?
does MS AJAX 1.0 need to be installed for Daypilot Pro Demo V 3.5 to run properly , esp. the event resize & move functions ? I still have the Beta2 version for Ajax just wondering if I have to upgrad...
Drag & Drop & Event Resizing
I tested the the new Drag & Grop and Resizing features in the 'sandbox' version, they seem to work really nice and will make this control quite desireable, I hope the drag & drop & resize feature can...
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 ...
diff event background colors for certain events?
Hi, I wanted to find out if there's a way to flag certain events to appear in one background color and others in another (for a total of 4 or 5 different background colors) based on a field off a dat...
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.
Month View
Answered: Yes, I plan to add it as well. At this moment it is planned for DayPilot Pro 4.3 (December 1, 2007).
Right mouse click
How about using the right mouse button (or anything else) to activate a menu and select several options like delete, move a.s.o.?
Private events
Hi: a) I've modified a part of the daypilot, in which you can have private events, ie you can have a shared calendar, but some events just a few users can see, so throw an extra field you can show or...
Need help with controling daypilot calendar from outside of page area.
I am trying to control the daypilot calendar with an asp:calendar control. The catch is...the calendar control is in an .ascx left nav. menu page. I am also using master page for my theme. Do I need ...
CSS Support / Additional data for events
Hi. Great control, but two additional features would be nice: * (Better) CSS support CSS classes instead of style-attributes would be nice! Advantages: less html code, better readability of generated...