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

Questions Tagged

Scheduler add ResourceColumn programmatically

Hi, I'm using the scheduler and i would like to add programmatically ResourceColumn. My sample code is: DataTable dt = dl.SelectRooms(); DayPilotScheduler1.Resources.Clear(); int i = 0; foreach (Data...

DateTime localization

Hello, how do you localize the dates with the mvc release of daypilot scheduler? I have tried setting Thread.CurrentThread.CurrentUICulture and Thread.CurrentThread.CurrentCulture. It's a multilangua...

EventStackingMode with Cell not allowing the right click menu on the event for Month caledar

version 7.2 sp1 when i use EventStackingMode='Row' i can use/see the right click event menu when right clicking on an event. If i turn EventStackingMode to 'Cell' the right click event menu no long s...

long event does not appear- daypilot

Short duration daypilot events show on the schedule just fine, but if an event lasts for several months, it may not show on the schedule. For example, if you create a development event that starts on...

Error on DayPilotMonth EventClick

Hi, I´m getting an error when using the EventClick, when i run the page, gives the next error: 'ASP.aaaa.aspx' does not contain a definition for DayPilotMonth1_EventClick and no extension method 'Day...

AllDay Bubble

I'm using the DayPilotCalendar and DayPilotBubble controls together and its working great. however when i create events that span multiple days and it sits in the top portion of the calendar. The bub...

Clientside Set Height

Answered: Thanks Dan for your help. The best way to do this is to use HeightSpec="Parent100Pct". You can set the height of the parent element as you wish. If you need to update the height to match the height o...

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

How to apply a theme to a day pilot day resource view

Answered: In the Lite version, CSS themes are only supported in version 4 and higher: http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-4-0.html In both Pro and Lite, you need to follow these steps: 1...

Limit displayed weeks in Month calendar...

Answered: This is possible if you set viewType to "Weeks" and weeks to 3: dpm.viewType = "Weeks"; dpm.weeks = 3;

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

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

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

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

Update navigator after changing date on server side

Hi all, maybe it's easy to do, but I can't set the initial date of navigator form the page_load function of my page. The problem is, that the startingdate will be set, but on the page the navigator w...

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

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

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

Scheduler: Show Business hours per Ressource

Answered: You can change the cell background using OnBeforeCellRender method: protected override void OnBeforeCellRender(BeforeCellRenderArgs e) { if (e.Start.Hour > 5 && e.ResourceId == "5") { e.B...

How to insert an image inside a task cell in a Gantt Chart?

Answered: You can customize the header HTML using BeforeResHeaderRender event. This event is called once for each resource and you can modify e.InnerHTML as needed there. The default e.InnerHTML value is an es...

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

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

Export only the visible part

Hello, When I export there all year, but I love that there is only the visible part of the exported calendar. Thank you?

Horizontal Scrolling - Daypilot Calendar Resource View

Answered: Since DayPilot Pro for ASP.NET WebForms 7.5 you can use the fixed column mode. http://doc.daypilot.org/calendar/fixed-column-width/ It will display the calendar columns with fixed width (ColumnWidth ...

Active Area not working properly in IE

Hi, The Active Area javascript setting not working properly in IE. I tried the online sample http://www.daypilot.org/demo/Scheduler/ActiveAreas.aspx in IE 8 ( version: 8.0.7601.17514) and Google Chro...

Column for Aggregate/Calculated values in scheduler

Answered: At this moment it's only possible to add a new column on the left side of the main area (in addition to the column that you are already displaying). See also: http://www.daypilot.org/scheduler-row-he...
Previous Questions 3451-3480 of 5187 Next