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

Active Questions

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

Sync / Integrate with other Calendars

Answered: Hi Stephanie, It's possible to generate an iCalendar file using dday.ical library (or another icalendar library): http://www.ddaysoftware.com/Pages/Projects/DDay.iCal/ A tutorial that will show how t...

How do I hook into when the user clicks a date in the Navigator?

Answered: You need to handle TimeRangeSelected event manually: TimeRangeSelectedHandling = TimeRangeSelectedHandlingType.JavaScript, TimeRangeSelectedJavaScript = "yourHandler(start, end);" If you want to...

Can I preload the Scheduler to remove the delay in events appearing when scrolling?

Answered: You can disable the progressive event rendering by using the following switch in the config: DynamicEventRendering = DynamicEventRenderingType.Disabled It will behave like this demo (WebForms): http:...

side-by-side events

I am using daypilot month in order to set events. On a daily basis we have two events that need to be side by side (i.e. two events which are half as long as normal events side-by-side as opposed to ...

Problems with UpdatePanels

Answered: This bug is fixed now in build 7.2.2761. You can download it in the sandbox: http://www.daypilot.org/sandbox/ The fix will be included in the next release. Please let me know if there is still any pr...

A potentially dangerous Request.Form-Value was found from the Client

Answered: Now I got a solution to set the background. The solution is to set the rowheaders background in the css to inherit and the e.Background in the BeforeHeaderRenderEventArgs to the color.

Add CssClass to BeforeHeaderRenderEventArgs

I've noticed in the DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs class as part of the DayPilotScheduler1_BeforeEventRender function there is a CssClass attribute which is extremely useful in sty...

DP Month Recurring Events Using Modal Window

Answered: The following menu item will open Edit.aspx page in a modal dialog : <DayPilot:MenuItem Text="Open" Action="JavaScript" JavaScript="dialog().showUrl('Edit.aspx?id=' + e.value());" /> This is the ...

Scheduler Event Title Always Visible

Hoping someone out there can help answer if and how our request is possible. We are using the DP Pro Scheduler to show a multitude of events at the hourly level. Some events are only an hour, some ar...

How do I set the tag field when I create the event?

Answered: If you digg you shall find. Apparently you define what "tags" should be looked for in the row object. To define the tags i wrote this in the init-method: setDataTagFields("mytag1, mytag2"); Then: Row...

Getting the Date from Daypilot

How do i get date on clicking the day in daypilot control, can any one help me. Thanks in advance

Resource Header

Answered: Unfortunately this is not possible at the moment. The Scheduler (http://www.daypilot.org/scheduler.html) can only split the row header into several columns but it's not possible to add another cell a...

How to show a resource Bubble using Javascript

Answered: Thomas, you can use the following code: // bubble = DayPilot.Bubble object // dps = use ClientObjectName value (DayPilot.Scheduler object) // resource = resource id function showResourceBubble(b...

Bug on IE9 and Scheduler.js: invalid argument on colSpan

Hi, On IE9, the following code will fail: if ($m.Columns == null || $m.Columns.length == 0) { c.colSpan = $0P; $R.style.width = $1l + "px"; } else { ... Because if $0P == 0, then an execption is rais...

How can I set CellBackColorNonBusiness when using CSS

It appears that the CellBackColorNonBusiness setting is ignored when using CSS How can I define this in CSS?

How to print multiple scheduler controls?

I have 7 scheduler controls on my page. I need to be able to print all 7 together. Is there a way to do this?

Calendar columns width

Hi, It's any way to determine the with of then calendar's columns in ressource view. WidthInPrct property of column object become obsolet. I would like to have 3 columns per day with 1 smaller (20%),...

Moving events

Hi, Is it possible to move events (drag and drop) in the open source version of the Calendar? Thanks
Previous Questions 3561-3580 of 5203 Next