All Questions

Getting OnBeforeEventRender to fire for Month

Answered: The event handler is invoked correctly but this call will not do anything, Response.Write() is not allowed there. You can check it by modifying the event: e.InnerHTML = "test"; e.BackgroundColor = "r...

Scheduler with CellDuration="1" CellWidth="1"

Usage Description I am using the DayPilot Scheduler to render a Roster. My "Events" are Roster Items, each of which cannot overlap and for the most part span every minute of a given calendar month (I...

Set an EventHeight per event

Answered: This is not possible in the Lite version. In the Pro version, you should be able to do this by creating a special CSS class and applying it to the event in BeforeEventRender (in CssOnly mode). Just n...

Delete event For MVC 3

My Company is about to show our custummer DayPilot Pro. Atm ive got create event and edit event to work. but i cant figure out how to make a delete event to work in MVC 3? i have a ode like this atm ...

Refresh DPC onClose of jQuery Dialog

Answered: You can request a refresh by calling dpc.commandCallBack("refresh"); This will invoke Command event on the server side. You need to add a handler for Command event and reload the events there: protec...

Order overlapping events

Answered: Problem solved. I add to my daypilotcalendar a custom tag called priority and, with the eventsortexpression, sort alla events by priority asc. Bye!

Display multiple lines in Month calendar

Answered: U meant Daypilot Month Right? If so, In properties, Change EventFontSize:200(For Example). Then Do one more thing EventStackingMode :cell. It should be multiline.(In Expected Format.)

DayPilot

Answered: Touch devices (including iPad) are fully supported since 7.3 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-3.html

Styling DayPilot Month

Hi there, I'm currently working with the DayPilot Pro for ASP.NET Demo and am having problems with turning off the "style" attributes applied to the "Month". I note that from the Month: CSS Class Sty...

DayPilotMenu in MVC

Answered: Yes, you can use context menus in DayPilotPro for MVC3. Here's an example: @Html.DayPilotMenu("menu1", new DayPilotMenuConfig { CssClassPrefix = "menu_", UseShadow = true, Items = new DayPilot.Web.Mv...

Size Row nello Scheduler

Answered: Unfortunately not. You can only control it indirectly: http://www.daypilot.org/scheduler-row-height.html

Agenda / Upcoming events list

Hi, Does the DayPilot calendar allow for creation of an Agenda, similar to the one in Google calendar? I'm really just looking for a list of upcoming events with the option to include my own text/col...

Day Pilot Scheduler question

I want to be able to fill in the day events for each resource listed. Here is what I have so far . . . LOB 101 LOB 102 LOB 103 etc. After loading the resources (i.e., rooms), I want to go back and po...

CellDuration and Event Time

Hi, If I have the cell duration as 15 minutes, and my event time is from 9:00 to 9:20 AM. The event is being displayed only from 9:00 to 9:15 PM. Is there any way to get around this, so that the even...

change row header name

Answered: You can add columns to the daypilot control via: - dayPilot.Columns.Add(name, id); When events are added set the DataColumnsField property of the event to the id of the relevant column.

International languages?

Answered: The controls use the current culture set on the server. You can use the following web.config settings to have the server use the browser language automatically: <configuration> <system.web> <globaliz...