Questions Tagged how-to
Display events with same start time in day view on top of each other instead of side by side
The way my calendar day view is set up, when multiple events are happening at the same time, it displays those events side by side. Im trying to display some information in a row in the event, and wh...
How to introduce page breaks to the calendar control?
Hi All, I am using the Daypilot.dll Version 5.7.1903.0 and have the issue that I pass the print view page of an Daypilot Calendar control (no scrollbars) to a HTML to PDF conversion in order to gener...
How to lock certain events from being edited or removed
Hi all, I have just purchased this really cool control and am really happy with it however i Have this question... due to the way that I wish to implement the calendar I would like different memebers...
give fixed size to modal popup
i have used ajaxmodalpopup extender for showing the modal popup. and i want to assign fix height and width to the modal popup and if the data exceeds the assigned size i want to show the scroll bar t...
Show weeknumbers in DayPilotNavigator?
Answered: You can show week numbers using ShowWeekNumbers="true". See also: http://www.daypilot.org/daypilot-pro-6-0.html
How to insert a custom LINK in an already existing event?
Hy everyone, I'm testing this DayPilot and it seems quite ok and fast. I'm trying though to play with the InnerHTML and the ToolTip properties of an event, in the "BeforeEventRender" method, in order...
Center on Drag and Drop
Is it possible to center the Scheduler display to a time specificed by an external Drag and Drop? Thanks
Get displayed date?
Hi, I'm using Daypilot in day view. I can get the start day of the current week using calendar.startdate, but I'd like to know what day/date the calendar is currently displaying, not the date of the ...
Scheduler HeightSpec=Parent100Pct problem
Answered: This option is working properly since 6.3 release: http://www.daypilot.org/daypilot-pro-6-3.html
drag and drop data from treeview onto Scheduler
I am looking for a calendar control in which i can drag the data from the treeview control and drop it onto the scheduler.I just want to know whether your scheduler control supports this.If yes,then ...
Get exact date
hi i'm using the scheduler controll for an application i'm designing and since the scheduler only has a start end endtime i'm running into a problem. the app i'm making is a planning system for appoi...
how i can display count of months to my country calendar type like convert from gregorian to shamsi
hi
Duratin bar in the DaypilotMonth
Hi, i'm wondering if there is a way to add a duration bar in the DayPilot Month object as i can do with the DayPilot Calendar. It would be useful to identify the event with a color. I don't want to c...
Drag and copy
Answered: hi there, You can put null into first param of the dragStart function, something likes below: DayPilotScheduler.dragStart(null, 60*60, "1", null); Cheers, andy.
daypilotscheduler - custom cell color
Hello everyone, I'd like to change the color of the cells from the calendar to have an explicit way to show holidays or christmas day for example, something that looks like the color change for weeke...
Daily Business Hours on Calendar
I have a Navigator component changing a single day calendar component showing events for the day. I can change the BusinessHoursStart and End and use the DayPilotCalendar_BeforeCellRender event to se...
Resources on X-axis and Days on Y-axis
Is it possible to display resources on x-axis and days on y-axis in DayPilot Scheduler. If yes then please let me know how.
How to Ordering overlapping events ?
Let say i have 5 overlapping event in a single day, how do let the user to do a ordering of the overlapping event on the user interface, changing the ordering of the overlpaing event. Thanks
Triggering a rebind after editing an event
Hi There, I am having a play with the daypilot pro controls within our application and like what I see so far. However I am stuck with triggering the controls to rebind after I have performed an edit...
Creating Event on menu
Hi all In my Scheduler, I can add events with the javscript function createEvent(start, end, resource) that is proposed in the exemple. I would like know to add in the menu, the same thing as the fol...
Scheduler Question
Hello all, i'm currenly working on a appointment system that uses the scheduler controll. I'm running into a problem with a event thats stretched over more days. its like this: the event starts on 5 ...
How to customize tool tip
Hello, I am using Daypilot Pro trial verision. I want to customize tool tipmsg "on eventmouse over". Its showing datafield value + startdatetime and enddatetime Best regards,
Javascript: daypilot calendar, iterate though all events
Hi, Is it possible to iterate though all events (or search for specific ones based on the data id or tag property) using daypilot calendar & JavaScript. Where a specific tag contains a value access t...
Scheduler per year
Answered: Yes, it's possible. Here you can see something similar but showing one week per column. You can switch to one day per column by modifying CellDuration property to 1440 (one day has 1440 minutes). htt...
Event Title readable at all times. - Scheduler
Hi, We are evaluating the DayPilot control. One of the requirements is the event title must be readable at all times, i.e. the event text not cut off in the browser but also when printing. I am so fa...
DayPilot Scheduler moving jobs beyond current view
Is it possible to move a job beyond the current view with Scheduler. If i grab a job and try to move it beyond the currently displayed view nothing happens. It should scroll to allow the job to be mo...
Daypilot Calendar - Make all events non editable and allow new events to be added only to open slots
I have made configured the Calendar to display exactly how I want with multiple resources and columns. I want to render all the existing events as readonly (not editable, not movable). Also I want to...
How to add week numbers to Daypilot navigator
Hi! Is there a way to add week numbers to Daypilot Navigator (like in Outlook) ?
How To Change the HeaderDateColor of the Selected Date ????
Hai All, Actually I'm new to ASP.net...But the tutorial of this Daypilot helps me to learn so many things related to ASP.net as well as Daypilot...I started mofiying the daypilot demo program which i...
Adding Separators After CallBack
Can you only add separators to the Scheduler atpage load? I try to add a separator(s) after a callback where I change the StartDate, but the separators do not show. Thank you.