Hello. In your example for recurrent events you always create a copy of event even for delete action. How can I decide in my own event's view list (simple listbox) which event to show and which not? ...
Answered: Please see the following tutorial on using recurrence in DayPilot: www.daypilot.org/calendar-tutorial-recurrent-events.html The built-in mechanism uses a special VARCHAR field to store the recurrence...
hi, I have an application where if i click a button called schedule i will need it to automatically put the information that i enter on the schedule. Is this possible with DayPilot Calendar? Thanks,
Hello, I am interested in using DayP ilot for an application I am building. What if someone has an appointment scheduled for 10:00am and they are running 15 minutes late. Is there anyway to push that...
We need to change globalization to en-gb. We have tried a mix of thefollowing. The problem is that the controls are not changing from us to gb. We know this because if the date is <=12 it will add th...
Hi, i try to apply: ContextMenuSelectionID="DayPilotMenu2" TimeRangeSelectedHandling="Hold" in my DayPilotMonth declaration. But it doesnt work. In example on page, they do it on DayPilotCalendar. Ca...
Hello! I'm trying to change the whole resource tree when a user makes a selection in a drow down list. The asp:DropDownList control contains the attribute AutoPostBack="true" and the Page_Load handle...
Answered: This could happen for WeekStarts=Sunday. The week number calculation is based on ISO 8601 which uses Monday as the first day of week. The supplied Sunday belongs to a previous week according to the s...
With the DayPilotCalendar you are able to call the .Message function on the client side, that will display the little red message in the top left-hand corner of the control. This function isn't suppo...
I've created a fairly simple page which just displays one calendar day with seven resource columns. There are probably an average of five events per resource, so there are roughly 35 events for the w...
If I want to create an event for a number of months, I click and drag on the start date and then to the end of the screen, where it stops. Is there any way to get the scheduler to "scroll" automatica...
HI, I recently downloaded the latest version of DayPilot Pro to make use of the Recurrent Events feature. After going through the NCron classes, I noticed that when I buld a rule for Bi-weekly events...
Hello, ifI try to change the selectionstart by a buttonclickevent, it works. But if I try to change the selectionstart by a command for example "next", it doesn't change the selectionstart. Can someb...
Hello. When using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > the newEnd in eventResize contains wrong value (you should add cellduration to calculate correct value). Also, when t...
Hi, After a add an event, the scheduler doesn't re-draw, however if I refresh the page, the event I just added show up fine. I am binding using a SQLDataSource. Also I tried to add the zoom in/zoom o...
Hi We have just upgraded to v6.0 (needed urgentlyto fix the export bug, see "Problems with DayPilotCalendar Export"; we couldn't use v5.9 due to the $F javascript bug, see "Javascript error in v5.9 S...
I changed the globalization culture to united kingdom in order for the weekends to be on the right and the date come before the month. The only piece of code i changed was the piece below. <globaliza...
I have set the calander control to have a 7am start time and a 7pm end time while setting heightspec = BusinessHoursNOScroll. When i book an event the event box that is shown on the calendar after bo...
Answered: If you want the page around the modal window to be darkened using this semi-transparent div, you need to keep these two non-standard properties there (filter for IE and opacity for the other browsers...
I'm trying to put an image into the event duration bar on the scheduler using the below code but I cannot get it to appear. I've tried setting DurationBarColor to null and to empty string but that do...
Point A in the screen shows that sometimes lines dividing the days are not shown. I dunno what the problem is or what i need to change...mb its a bug.. At point 'B' you can see i selected 09/07/2010 ...
I have set my business hours as starting at 8 and ending at 19. With the height spec set to Business Hours the Calendar only displays from 9 to 19. When I change the ScrollPositionHour value to 8 in ...
I am trying to add a postback double click on a event in the Scheduler and this happens This action type is not supported: CLK: [NotSupportedException: This action type is not supported: CLK:] DayPil...