Questions Tagged
DayPilotCalendar.topSelectedCell.start' is null or in not an object with contextselectionmenu
Whenloading the calendar control if i right clickany cell i get an error saying: DayPilotCalendar.topSelectedCell.start' is null or in not an object with contextselectionmenu This only happens when t...
Recurrent events in custom view
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? ...
Recurrent event throws js-error when trying to show bubble
Recurrent event throws js-error when trying to show bubble
Recurrence Events for DayPilotMonth and DayPilotScheduler
Hello. Is it planned to add recurrence events for DayPilotMonth and DayPilotScheduler? And when, if yes? Regards, Dmitry
Recurring Events
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...
event move
Is it possibleNOT to update the scheduler after an eventmove and also display the event in the new location? It will speedup performance
+ is replaced by gap
Please, check http://forums.daypilot.org/Topic.aspx/707/unsupported_escape_sequence All '+' signs contained in e.Tag("something") is replaced by gaps.
Pressing a button to schedule an appointment
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,
Being able to accont for a late appointment?
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...
how to have the 'Select, Update and Insert' statements in the aspx.cs file ? [rather than the aspx file]
<asp:SqlDataSource ID="SqlDataSourceDetail" runat="server" ConnectionString="<%$ ConnectionStrings:daypilot >" SelectCommand="SELECT [id], [name], [eventstart], [eventend], [allday] FROM [event] WHER...
Daypilot: Calendar. <Globalization>
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...
ContextMenuSelection in DayPilotMonth
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...
Scheduler: Adding/Changing resources during postback
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...
Daypilot Scheduler Zooming
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...
DayPilotScheduler Message
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...
Calendar Memory Leak?
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...
Clicking and dragging "out of view"
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...
Recurrent Events: Bi-Weekly rule not parsed properly
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...
Navigator
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...
DOCTYPE EventResize
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...
How to get the Scheduler to redraw after an event is added or zooming in/out
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...
Javascript error in v6.0 Scheduler
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...
How to change the <globalization> to en-gb
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...
Calendar Control + Business hours No Scroll
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...
Changing week to working week !
How can i change the calendar week to disable information been entered in on the weekends.
I dont want to let people enter data to saturday + sunday.
css file for calendar
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...
Cannot get DayPilotScheduler DurationBarImageUrl working for an event
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...
Days are out of sync and vertical lines splitting up days not showing some times.
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 ...
Business Hours Problems
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 ...
This Action Type is not supported: CLK: HELP!
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...