Questions Tagged how-to
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.
How to use double click with scheduler
I want to use the doubleclick event to allow my users to take an action on a time range using the scheduler in resource mode. I find that whenever I try the double-click the time rane selection is lo...
How to show back-to-back events using full width of calendar cell
In our app, we have many events that occur right after each other. For example, one event starts at 7:00 AM and finishes at 8:00 AM. The next event starts at 8:00 AM and finishes at 9:00 AM. In the C...
Add Columns?
When I try to execute: DayPilotCalendar1.Column.Add I get the error: 'DayPilot.Web.Ui.DayPilotCalendar' does not contain a definition for 'Column' and no extension method 'Column' accepting a first a...
How to set the backcolor column day in scheduler?
Hi, How is possible to change the back color in the day column for the scheduler? I see all white and in your example is yellow and dark yellow for holydays. Thanks in advance.
How to highlight a single time period column on mouseclick
We have a schedule set up with hours divided into 15 min blocks in the dynamic scheduler.Is it possible to highlight or change the background color the entire column for the selected cell on mouse cl...
How to Override partial event with non business hours?
Hi, This is my very first post to DayPilot Forum. Whoever created it, I guess Dan, it is brilliant job. Let's start with my question, I am using DayPilot 5.6.1820.0 Pro version. I have DayPilotCalend...
Formatting Hours Display in Calendar
Is there an event to hook in to format the left-sided time column cells? I was hoping to change the innerHTML when the left-most cell, containing the time is rendered! I need to change the 24-hour fo...
Cannot execute a ASP.NET project with references to DayPilot
Hi: We are doing test with an ASP.NET project that uses the DayPilot Component. While we are running the application inside Visual Studio, everything works fine. The problem occurs when we copy the a...
How to modify ALLDAY - Text?
How can I modify the Allday-Display-Text? I know how to modify the text of an Event via the InnerHtml Property of the EventRenderArg e. But the Allday-Event shows the .Text property which is read-onl...
Two daypilot schedulers on one page. Render problem??
Hi All, For a current project, I have to scheduler on one page. Each scheduler is is stored in an Update panel. When one scheduler is modified and the current Update Panel is updated. We can see that...
Refresh after event drag and drop in calender
Hi, I use a CollapsiblePanelExtender (Ajax control) with 2 panels. In one of these panels I insert LI in the Form_load like this : Dim ctrl0 As HtmlGenericControl = New HtmlGenericControl("ul") Dim c...
How to set the background color dynamic
Hi, I've the problem that the background color is set in the codebehinnd, but isn't changed in the view. What's wrong with my implementation? The backgroundcolor is "#FFB612" and it will be changed t...
how to use OnTimeRangeSelected [assembly: AssemblyFileVersion("3.7.0.0")]
code as follow: <DayPilot:DayPilotCalendar ID="DPCalendar" runat="server" DataEndField="end" Width="98%" DataColumnField="resId" DataStartField="start" DataTextField="name" DataValueField="id" OnEven...
Hold time range after javascript handler
Currently I'm evaluating your (so far wonderful) product. I have some problems withthetime range selecting functionality. I would like to be able to determine the start- and end date/times of the sel...
Change the Back Color of Month Calendar on selected dates
Answered: You can use BeforeCellRender event handler:
protected void DayPilotMonth1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.Month.BeforeCellRenderEventArgs e)
{
if ...
View events on weekends
As per your Pro tutorial I have implemented in my application. I can add events on weekends but can't view them. I tried ShowNonBusiness="true". While debugging, in BeforeEventRender, I can get those...
Set colors/fonts of 1st 2 rows
Is it possible to change colors / font of 1st 2 rows of Scheduler. The first 2 rows include Month Name and day numbers. Header properties only affects the row headers - Room a, Room B, etc. Is it eve...