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

Active Questions

Error when loading the calendar with 'Allday' event.

Answered: Do you see the error on this page? http://www.daypilot.org/demo/Calendar/ In IE11 it seems to work fine. What's the IE version you are using?

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;

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

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

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/

Resources will not align with cells

Answered: Ok solved and me being thick, the default css added by MVC 4.0 asp.net set's margins for tr in a css file that was overiding this

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

Text/Description for a seperator

Hey Dan! Can you add a Text to a seperator to descripe it? You could add a bubble for a short time when you do a mouseover over the seperator. Or show the text on the upper of the seperator. thanks d...

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

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

Allow "Selectable" as a field on Cells in BeforeCellRender

Hi Dan, Please reference this old question: https://forums.daypilot.org/Topic.aspx/661/prevent_time_range_selections You had suggested an elegant potential solution, of having each Cell having a prop...

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

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

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

Resource tree not expanding after update

Answered: It was definitely something with my style sheet. I will try to apply my styles one by one and see if I can get it to look the same without breaking the expand/collapse. Thank you for your help.

Event Resize: Stepless ?

Answered: You can turn of the "snap to grid" behavior using .snapToGrid property. See also: http://doc.daypilot.org/scheduler/snap-to-grid/

exportra a excel un daypilot

quisera saber si es posible exportar un daypilotcalendar a excel desde asp.net2010

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...
Previous Questions 3161-3180 of 5291 Next