Questions Tagged how-to
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 "inner" 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...
To set Z-index in DayPilot Month
Answered: The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified:
<div style="z-index:1">
<DayPilot:DayPilotMonth ...... />
</div>
How to Refresh Day Pilot Month to Change Server Side Label Value.
Hi I am using Day Pilot 5.6 . I want to display a label indicating current selection Month and Year depends on Selection From the Navigator Control. I am able to find out the selected Month and year ...
Time font color in month view
Is there a way to change the time font color in the month view? I'm not sure what property controls it.
Is it possible to influence the color of the crosshair?
Answered: Two new properties were added (build 6.7.1847) to DayPilot Scheduler: CrosshairOpacity (default value 20) CrosshairColor (default value "gray") You can use them to adjust the appearance of the crossh...
Dynamic Context Menu for events
I want to display different context menu for my events. I want this menu to be generated dynamically. How can I achive this??? I am using DayPilot 5.6
Setting z-index of DayPilot Scheduler
yet-another-z-index-issue-here. :-) I read about the same for Calendar and the like. however, playing with the IE8 developer toolbox I discovered that if I add the z-index attribute to the style tag ...
Disable range selection Calender
Hi, is it possible to disable the range selection in the calender? Im currently making a meetingbooking system were every meeting is taken 30 minuts. Every cell is 30 min and I want the user, not to ...
How to search for a cell
Hey, i'm quite new to this, but is there a way to search for a cell in your DayPilotScheduler ? I want to change the background color of certain cells and currently I'm doing this in the BeforeCellRe...
How can i add more than one duration bar in one rowin a tree programmtically?
Hi, how can i add more than one duration bar element in one row in a tree programmtically? Example: Resource child1 = new Resource("name1", "id", true); t.Children.Add(child1); Now i want to add anot...
How to add custom css style to event
Is it possible to set the background color for the first 15 minutes of an event, then to another color for the remainder of the time ( between start time and end time) in the BeforeEventRender event?
How to change StarDate or SelectionStart in DayPilotNavigator Control
I have a control writed in javascript that change the Date on my DayPilotCalendar Control (usign dpc1.refreshCallBack function), now I putted the new DayPilotNavigator Control but I still need mantai...
Increase Width of Event Left Bar
Hi, Is it possible to increase the width of the Event Left Bar? Regards