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

Active Questions

crash on opening ajax toolbox popup extender (IE 10 only)

only in IE 10 (no such issue in previous version of IE and Chrome): IE crash on TimeRangeSelected opening modal popup extender from ajax Control Toolkit P.S.: in all other cases (when opening not fro...

DayPilotNavigator vs Update panel crash with lib vers 7.2

Created a empty page, added a Navigator control and a button. The button is in a seperate UpdatePanel. When button is clicked, server is called handle click. In this case, first time you click the bu...

Remove the DEMO on Scheduler

Answered: Please make sure that you have updated both DayPilot.Web.Mvc.dll and all the scripts from the DayPilot directory (e.g. calendar.js, scheduler.js, months.js) with the ones from the full package: Binar...

Scheduler - DayPilot.Web.Mvc Version 1.6.5417.0

Hi, is it possible to show the header text (month and year) always in the visible area, not in the middle of month (of course always in the correct area/month)? During scrolling it is often difficult...
mvc

How to display half hours

I have a day sheduler where I want the shifts from 8h30 till 17h. I want it to be in cells of 0:30min. But this doesn't work. When I change the cell duration to 30 I only get 00 and 30, not 08:30... ...

DayBeginsHour and DayEndsHour for Scheduler

Answered: You can hide non-business hours quite easily: http://www.daypilot.org/demo/Scheduler/HideNonBusiness.aspx Alternatively, you can handle the BeforeTimeHeaderRender event and set e.Visible based on the...

adding custom non business days in scheduler.

Answered: I suggest you check the dates in the "BeforeCellRender" event f your scheduler. Here you have all the data of the field, which you can use to cross reference with your own holidays list. If you deter...

Unspecified error

Hi, I use the Month calendar in a C#/ASP.NET (3.5) project. I display a ModalPopup (Ajax) when clicking on an event, but sometimes I obtain: "Microsoft JScript runtime error: Unspecified error" In de...

Instance of JsonData can't be cast to String

Answered: Hi all, I solved the issue here : I just added the line case JsonType.Array: return data[0].ToString (); default: at the end of the method, I regenerated the dll and it worked well... Strange that th...

iPad Drag Support

Answered: No workaround at this moment but it's in the queue.

EventArrangementType for DayPilotScheduler (display overlapping events in a single row) ?

Hello, is it possible for DP Scheduler (Pro) to display events which overlap not to get arranged one per row but to get cascaded (or really just let them overlap in one single row) like in the DP cal...

Resizing events to stack next to eachother

I work in a physician setting and am trying to find a way to make events half as wide to fit two events on a singuar line. I need one cell to look similar to the jpeg ive attached. Is this possible w...

Resizing events to stack next to eachother

I work in a physician setting and am trying to find a way to make events half as wide to fit two events on a singuar line. I need one cell to look similar to the jpeg ive attached. Is this possible w...

daypilot for windows form

Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...

DayPilot Lite in Winforms?

Answered: DayPilot is only available as an ASP.NET control but you can run in in a WinForms application using an embedded web server. See also the following tutorial: http://code.daypilot.org/70282/daypilot-in...

Update partialView

Hi, I am using the right click to change my project status: "@Html.DayPilotMenu("dpsMenu", dpsm);". It's work fine, but now I want to change (or reload) a partialView I use in the same page and I can...

Events Overlapping

Is there a way to disable the events overlapping feature? Our policy is the first one in will get the event and we do not take extra one in case of cancellations. Thanks for the help

How to customize resource column value programmatically

Answered: You can access the Resource columns directly using Resource.Column collection: DayPilotScheduler1.Resources[0].Columns[0].InnerHTML = "Room #12123";

CSSClass problem in BeforeEventRender Method with Daypilot Calendar

Answered: The class is added to the element if CssOnly="False" is set on the DayPilot:DayPilotCalendar but not of CssOnly="True" I've figured this workaround: modify the InnerHtml to add a marker div then add ...

Draw two rows in a column - one selected period and one for a message - DayPilot Scheduler

Hi, I have the following problem; using DayPilot Scheduler I want to have something like this: one line the period that is selectable one the empty line (not selectable) with a message displayed (wee...
Previous Questions 3621-3640 of 5291 Next