search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged how-to

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...

All Day events on DayPilot Lite

How do you add All Day events on DayPilot Lite. I have some events where time information is not available and it's not showing in the Calendar control.

How can I avoid collision between 2 events?

hi, I'm doing a C# . net project and I'm in difficult. I hope you will be help me???plsssss For example, I made a reservation time between 07.00 am -13.00 on monday. Another people try to take monday...

How to create events with &quot;inner&quot; events

Hi! I'd like to make an event wich lasts several days in which there are some kind of "child" eventson specific days of this "parent" event. Is it possible to make these "child" events be inside the ...

Serialize Daypilot Column collection

Hi I am trying to set up an app that uses daypilot calendaron a load balanced server. I am getting an error that the daypilot column collection has not been marked as serializable. Could you explain ...

DayPilotMonth BorderColor

Hello, I want to change the bordercolor of daypilotmonth and the bordercolor of its header. But it has no effect when I set BorderColor property. How can i do that? thanks Mekongboy

Daypilot for Java: Pass paramteres to Backend

How do I pass parameters to public class AXBackend extends org.daypilot.core.Backend from jsp page? Header field has only 1 String field called Control and it is always set to "dpc" (in Calendar case...

How to change FontFamily to DayPilotMenu?

I want to change font family to DayPilotMenu control, how could I do this?

Change separator style and show on top of schedules

Is there a way to change the separator style,and more specificthe line width? Also is it possible to show the separator line on top of the schedules? In case of many schedules, the line is invisible ...

Drag n' Scroll

Answered: This feature is now implemented (build 6.5.2303). See also: http://www.daypilot.org/daypilot-pro-6-5.html

Scheduler CellWidth as percentage

The schulder with can be set with a percentage. So I can for example, set it to occupy 100% of the parent container. The CellWidth however, has to be specified in pixels. What usually happens is I ge...

Integrating / extending the scheduler

I'm using the scheduler in resource mode with employees as resources, allocating them to appropriate events. I would like to add a couple of extra columns like 'Hours' and 'Wage' at the end of the sc...

How can I set the height of the rows individually in scheduler mode?

Every (resource) row in Daypilot has the height of dayPilot.EventHeight (or multiples if stacked events occur). But because I have events with multiline text content, I need to size the rows individu...

Month.BeforeEventRenderEventArgs vs BeforeEventRenderEventArgs in DayPilotMonth

Hi, I was hoing to use some of the items available in BeforeEventRenderEventArgs but I've found that the datPilotMonth acually uses Month.BeforeEventRenderEventArgs which doent allow us to disabled c...
Previous Questions 2671-2700 of 3053 Next