Questions Tagged how-to
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...
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...
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...
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...
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...
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...
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...
Is it possible to drag and drop on an existing event.
Answered: It's not directly supported at this moment. However, it's possible to use one of the ajax libraries that support drag&drop and register the event div as a drop target using AfterEventRenderJavaScript...
Width Problem
Answered: If anyone has the same trouble as I do, here is where i found the solution http://www.daypilot.org/daypilotscheduler-layout.html
Export image - events have dissapeared___
Hi - i've got a problem in exporting an image. It used to work but now all I get is the background and no events my codee is protected void ButtonExport_Click(object sender, EventArgs e) { // int hou...
Problem with custom headers
Hi. I've a problem using custom headers. It all works perfect untill I change the date selection, then the date header remains the same but all of my events disapear. WHen I click back to the current...
Printing Schedule using VB
I see that it is possible to print to a PNG file using C. I don't see how to do this with Visual Basic. Can someone help me with this? Thanks, Mark
Duration Bar and Event Title don't line up - daypilot scheduler
I'm using the schedular on a aspx page to display events. I noticed that events don't display correctly when the start or end date isn't the same as the end of the cell. The duration bar is correct, ...
get rid of the alt/title tags
Hi - I have html alt / title tages which appear over my events - I dont want them as I'm using the daypilot bubble - I cannot find a way to turn off the alt tags and they are annoying. Any ideas anyo...
Max characters limit in a DayPilotCalendar Edit event?
It is possible to limit the the number of characters that can be typed in a DayPilotCalendar event, before pressing "Enter" ?
Dragging items from a data grid to daypilot control.
Hi, My question is suppose I create a datagrid bound to a data a table in my database. Now I want to drag a item in my datagrid cell to daypilot control the item should disappear from my datagrid and...
How to add list of items to Day pilot?
Let's say I have a ASP.Net bulleted list control having items that I want to add to Day Pilot control. The items should have name property, start date property and end date property. I want to add th...
Pass and receive a variable to event move
Hi. I need to pass a variable to event move from the client side. I'm working with this code: Sending with function moveEvent(e, newStart, newEnd, oldColumn, newColumn) { var myArray = ['a', 'b', 'c'...
Open a new window using window.open
I use contextmenu to print a report. I test the command of DayPilotScheduler1_EventMenuClick which is "print" I want to open a new form and i use (which works with other page in vb.net) "<script lang...
DayPilotScheduler1.Update(CallBackUpdateType.Full)
In my programm I want let the user decide about a few properties of my scheduler. for example height by clicking on an imagebutton, or cellgroupby by clicking on a radiobutton. But why does the sched...
How to add days manually?
I need a way to skip a day within my week. Like monday, tuesday, thursday... Is there a way to manually add days to the calendar so I can achieve this instead of the days being all auto-generated by ...
How to use the horizontal scroll bar on the DayPilotCalendar?
Hi, I am trying to add a horizontal scroll bars on the calendar is it possible and if so, could you let me know how I could achieve this?
Date format problem with daypilotcalendar control
Hi, We are have a problem while uisng daypilotcalendar control in different cultures and need help. We are using latest version of Day Pilot (5.8.1956.0) in one of our applications. Currently the app...
How to include Saturday and sunday in day pilot schedular
How to include Saturday and sunday in day pilot schedular i need time 9 am to 5 pm including saturday and sunday (means full week with Seven Days) not 24 hour format ------- full week is showing with...