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

Questions Tagged how-to

Scheduler timerange: why from 0 to 0 clock?

Answered: DayPilot works with exact time points: The day begins at 00:00 and ends at 24:00 (i.e. 00:00 the following day). If you want to display the end date the way you describe you need to subtract one day ...

What property should I add or remove ?

What property should I modify ? Please see the attachment file

DayPilot Client Script Version ?

Just yesterday, I'm using DayPilot MVC 7.75664.0 and client script version 800. Today, I delete the old script and reference newest version 7.8.5684.1 and add client script version 921, but when I ru...

Label Demo

Answered: You will receive a full version of the DLL that doesn't show the demo label.

want to edit all day events

Answered: Eunice, Inline editing of all-day events is now available in the latest sandbox build (7.8.3154): http://www.daypilot.org/sandbox/ It will be available in the next official release. In addition to th...

Modal.close is not working in google chrome

Answered: Please upgrade to the latest version (2.1): http://code.daypilot.org/81367/daypilot-modal It uses a different mechanism of passing the result back to the client and it is compatibly with Google Chrom...

Setting up Start and End Date for Daypilot Scheduler

Answered: I'm not sure if that's what you are looking for but you can set the number of days visible using .Days property: this.DayPilotScheduler1.Days = 365;

offset end date

Answered: The dates are interpreted as exact time points, i.e. when the start date is set to 01.01.2014 it means 2014-01-01T00:00:00, the end date 03.01.2014 means 2014-01-03T00:00:00. The difference between t...

Change 'today' in DayPilotNavigator?

Answered: It looks like the only way is to clear the style for _todaybox in the CSS (to hide the default today indicator) and add a custom class using BeforeCellRender for today. protected void DayPilotNavig...

Styling Indicator and Row Selecting ?

Answered: The new theme elements that were introduced in 7.8 are defined like this (in the built-in theme, i.e. "scheduler_default"). You can copy these styles to your theme. The other themes in the package an...

Dynamically setting DayBeginsHour in C# code-behind

Answered: Jeff, There was a problem with passing the updated DayBeginsHour/DayEndsHour to the client side during CallBacks. It's fixed now in build 7.8.3155. See the sandbox: http://www.daypilot.org/sandbox/

Display DayCalendar without Navigator or Tabs

Client asked for a report that showed the dayCalendar (week) with events but no Navigator or Tabs (for Day/Week/Month). I created a view with the dayCalendar, but it would only show the current day r...

Clash between DayPilot Pro and WebService in MVC

When I added a webService to the project that implemented a connection to a ReportViewer, a build returned the error that it could no longer find the reference DayPilot Pro. For anyone who encounters...

Scheduler multiuser- able?

Answered: Solving record locking is far from simple in web applications. See the following SO question for a brief outline of the problem: http://stackoverflow.com/questions/3358957/blocking-a-record-from-edit...

Is it possible to select multiple cells on DayPilotCalender

I was just wondering if it was possible that when you was on the Day Pilot Month pro for a user to select multiple days on the month view and then to right click on the selected days and click 'Book ...

How to set every Sunday and Bank Holidays as different colour.

I have been trying to figure out how to can specify days and set there background colour. I have been trying different things like: (Just to set Sunday as a different colour, this didn't set the back...

How to disable drag over cells in time range selected?

Answered: Make the following changes to get it to work: timeRangeSelectedHandling set to Disable change onTimeRangeSelected to onTimeRangeDoubleClick this will disable the drag select and only keep let you ins...

Show Event Count

Answered: 1. Server side: You can count the number of items in your DataSource. It should match the number of visible events provided that you limit the SELECT properly (using StartDate and EndDate). Note that...

how to make AutoGenerateEditButton a button instead of a link

Answered: Please take a look at this: http://stackoverflow.com/questions/2638265/how-to-create-a-custom-button-in-a-detailsview-in-asp-net Another option is to avoid the DetailsView and create the form manuall...

Scheduler Event text is not showing as I scrolling right - make text always visible

Answered: DayPilot Pro v7.7 introduced "Floating Events" feature that does what you need - the it makes the text of long events visible (in the current viewport). Please take a look at 7.7 release notes for mo...

change color of the Insert/Update/Cancel links at the bottom of the popup

Answered: Please see my comment here: http://forums.daypilot.org/Topic.aspx/2371/how-to-make-autogenerateeditbutton-a-button-instead-of-a-li

Right click from mobile

Answered: With the upcoming 7.8 release you will be able to use: dp.eventTapAndHoldHandling = "ContextMenu"; This will activate the context menu for the "tap and hold" gesture. You will need to add custom drag...

Allow future date selection in DayPilotNavigator

Is there a way to enable quickly getting months/years ahead. I have seen other selectors where you can click on the Month name and it pops up a quick way to go several months ahead. How do I do this?

Event Moving

Answered: You need to handle the EventMove event on the client side: <DayPilot:DayPilotCalendar .... ClientObjectName="dpc" EventMoveHandling="JavaScript" EventMoveJavaScript="ask(e, newStart, newEn...

Fixed height for row (css override) ?

"Hi, with Daypilot Scheduler < 7.0 is it possible to adjust the row height manually (maybe with some css overrides) to a fixed height ? In my specific case I need to limit the rows displayed for a re...

Click event on resource in Scheduler

Answered: Got it to work with a contextMenu: dp.onBeforeResHeaderRender = function (args) { args.resource.contextMenu = new DayPilot.Menu({ items: [ { text: "Something", onclick: function () { alert("You click...

Actual dates

Hello, is there a way to include in the Event the actual dates? (Actual Started Date, and Actual Ended Date)?, and have a graphical view of the Planned vrs. Real?

How to hide week ends in Weekly view of DayPilot Calendar MVC?

I want to hide the Week ends(Saturday and Sunday) in the Weekly view of DayPilot Day/Week/Month Calendar MVC. I have hided them in Month view using ShowWeekEnds flag. But want to do it in Weekly view...

CellsPerHour equivalent

The web forms event calendar control has a CellsPerHour property to set the number of divisions between hours. I don't seems to be able to find a similar property in the MVC flavoured control. How ca...

Fixed Hour Column in DayPilot Calendar and Vertical Scrollbar Always Visible

I need the hour column of the calendar to be fixed (so it stays in place while I scroll right). As much as I would like to do it myself, I haven't got the time to dig through all the 6500 lines of co...
Previous Questions 2011-2040 of 3096 Next