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

Questions Tagged how-to

different border thickness for cells when having 2 cells per day (AM/PM)

Hi, I was wondering if it's possible to have another border thickness for certain cells in the scheduler. We have 2 cells per day (AM en PM) and would like to have a thicker border between days than ...

Local Time Client Calendar but UTC Server Side

(2014-09-02 08:42 UTC) Hello All, I am using the 'ASP.NET WebForms 7.8 SP2 (build 7.8.3169)' Calendar object. I have an issue with Local/UTC DateTime handling. I have been going though all (most?) fo...

Display Days on Time headers as clickable.

Hi, I am using the JavaScript Scheduler to build an appointment calendar application. I have two modes for the app, namely Day and Month view. I want to achieve the following : Whenever the user in t...

Tutorial code for show/hide for Navigator?

Is there any code I can download to see how this page works: http://www.daypilot.org/demo/Calendar/DatePicker.aspx Specifically, I'm interested in how the "Change" link displays the Navigator. I'm su...

EventArrangementType for DayPilotScheduler

I'm wondering if EventArrangementType is available for DayPilotScheduler, specifically the ability to overlap as offered in the Calendar control (SidebySide, Cascade, Full). If not, is there a possib...

Business hours 7 days a week - Weekends crash.

Hi, I have a date picker that is fed to the Scheduler control. The scheduler only shows 1 day at a time and for the hours 5am until 9pm using ShowNonBusiness="false" BusinessBeginsHour="5" BusinessEn...

Cell Duration

Is it possible to add property of CellDuration to the DayPilot Calendar. I need 15 minutes CellDuration.

Expan Event with color

How can I expan the event så I can add diferent background colors for the events.

How do I set the timezone for the scheduler/calendar ?

I have a date that start at 10 and ends at 12. But the scheduler puts it between 8 and 10. I live in Sweden so my timezone is +1 plus summer time so in total +2. How can I make the scheduler/calendar...

Event not Getting displayed

I am trying to add resources and event from code behind in C# web form, i am able to show resources but when trying to show event for resources by applying datatable as datasource to control but prob...

HourHalfBorderColor in CssOnly mode

Hi, i'm trying to update an old project using Daypilot Calendar to use the new CssOnly available since v7. I'm stuck trying to reproduce the HourHalfBorderColor properties of non CssOnly mode. I need...

Custom data in afterRender method on initial load is always null

Answered: Hi Anton, The latest version (7.8.3212) now passes custom data from Update() call to the Scheduler during the initial page load as well. You can download it in the sandbox: http://www.daypilot.org/sa...

How to change the weekends in the DayPilot Scheduler into Friday & Saturday instead of (Saturday & Sunday)

Hello All. Is there any way to change the weekends of any DayPilot Control (Scheduler for example) to reflect our default Egyptian Weekends (FRI and SAT) ? I tried many things but of no use. Please h...

CellDuration in daypilot lite calendar to be 30 miniutes

How to show time intervals in daypilot lite Calendar to be like this 9 9.30 10 10.30 i tried to put cellduration=30 in calendare lite and it didn't work? is it supported on lite or removed? and how t...

Navigator month selected

I have a DayPilotNavigator hooked up to a DayPilotMonth control that's displaying a month. When I select a new month from the navigator, the calendar is updating as expected. But, I also have a liter...

Different cell border colors

Hi, Is there a possiblity to use different cell border colors in a calendar, e.g. black for full hours and light gray in between (cell duration is 5 minutes)? Best regards

View Calendar Details

Hi I am using DayPilot Lite and I got it displaying calendar entries from a specified database perfectly, however I want my users to be able to view the full details of the entry and as such have set...

BeforeEventRender e.BubbleHtml not working

Answered: Looks like I didn't have the DayPilot:DayPilotBubble control on the page

e.InnerHTML is throwing exception

HI, we are getting following exception Exception information: Exception type: HttpRequestValidationException Exception message: A potentially dangerous Request.Form value was detected from the client...

Deleting Event - Scheduler Pro, Using active area delete icon

Answered: Found the issue, per a recommendation from Dan- When using eventDeleteHandling = Update, the active area is automatically created and BeforeEventRender is not necessary. In my case, it was prohibitin...

Style Hierarchical Headers Differently

When using a hierarchy of column headers (e.g. Days-Resources), is it possible to style the different levels of header differently? I actually want to hide parent header completely and I thought I mi...

Calendar Won't Refresh

Answered: Ok, I've figured this out, or at least worked around it. My Calendar was in Resources View Mode, and I was defining the columns declaritively in the ASP.NET markup rather than dynamically in the code...

Help with building ASP.NET event calendar

Answered: Have you added a reference to DayPilot.Web.Mvc.dll? If you are using a "web site" project type it's enough to copy the dll to the bin directory. For compiled projects (default for MVC) you need to ad...

Not Able to View Concurrent Events on Pro Version

Answered: Can you please record the HTTP traffic during page load using IE and send the NetworkData.xml file to support@daypilot.org? http://kb.daypilot.org/81542/how-to-record-network-activity-using-ie-develo...

Event Bubble Can not config

Answered: You should create custom CSS theme: CSS .my_bubble_main { cursor: default; width: 100px; } .my_bubble_main_inner { border-radius: 5px; font-size: 12px; padding: 4px; color: #6...

Styling the rows....??

Answered: To set the color of the cells use onBeforeCellRender: http://doc.daypilot.org/scheduler/cell-customization/ and to set the color of the row headers use onBeforeResHeaderRender: http://doc.daypilot.or...

floating the header ?

Answered: maybe this property, the DayPilot will show it owner scrollbar. HeightSpec = HeightSpec.Parent100Pct But I think the best solution is use jquery.floatThead

Data Bind Cells

Answered: You can customize the cells (color, CSS, HTML) using BeforeCellRender event handler: http://doc.daypilot.org/calendar/cell-customization/

Error while setting in ShowBusinessHours (urgent)

This is how my control looks <DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server" Enabled="false" HeaderFontSize="6pt" HeaderHeight="30" DataStartField="start" DataEndField="end" DataTe...

Wrap up text on duration bar

Answered: If the problem is that you are not able to show the full text in the event box you have two options: 1. Make the events bigger by increasing CellWidth value: http://doc.daypilot.org/scheduler/cell-wi...
Previous Questions 1981-2010 of 3096 Next