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

Questions Tagged

Catch cell in doubleClick

Hi, I'm trying to block events clientside (doubleclick, to add an event) During the dps_BeforeCellRender, I place the cells to isBusiness (+ change CSS) Then i catch the event using the javascript fu...

conflict detection still has some problems. Bug?

Answered: It's fixed now in build 7.1.2728: http://www.daypilot.org/sandbox/ See also: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-2.html The main algorithm requires a sorted list which was not...

Scheduler: Custom loading animation

Answered: You can override .loadingStart and loadingStop on the client side but this is not public API. You can also modify the loading div content using LoadingLabelText property (it accepts HTML as well).

error with recurrence exception

Hi all, When i try to read some recurrence exception event from database, i have this error: System.FormatException: La chaîne n'a pas été reconnue en tant que DateTime valide. à System.DateTimeParse...

Conflict detector date comparison Bug

Answered: Please see here: http://forums.daypilot.org/Topic.aspx/1776/conflict-detection-still-has-some-problems-bug

Conflict detector ignore Recurring Events event in the DataTable?

Answered: The ConflictDetector API has been extended to handle recurring events in 7.1 release. http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1.html It's not used in the tutorial yet (the tutoria...

Question about Conflict detector Parameter???

Answered: Please see here: http://forums.daypilot.org/Topic.aspx/1776/conflict-detection-still-has-some-problems-bug

Scheduler and Sql Server

Answered: "I cannot see the database structure." http://www.daypilot.org/scheduler-tutorial.html The link above gives the DB structure as a script, which works fine in SQL Server. You'd then use the ADO.Net ob...

Scheduler: Tree expand/collapse images

Answered: Yes, the size is hardcoded at this moment (10x10 px). It will be fixed in the next release.

Pass Json to controller.js without using backend

We are currently pulling time records, validating those records. Then we call the "Backend" method in the Calendar controller in order to generate the daily calendars. I would like to by pass the Cal...

Localizing scheduler not working

Answered: The fix is included in 7.1 SP3 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-1-sp3.html

Remove recurrence exception in scheduler

Answered: You can extract the original start date from the recurrence string using RecurrenceRule.DecodeStart(): DateTime originalStart = RecurrenceRule.DecodeStart(recurrenceString); There are also other ...

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

TextBox in Resource column

Answered: If you insert the <input> element manually you won't be able to get its value easily on the server side - it won't be mapped automatically to a server-side control because it doesn't exist. You shoul...

Scheduler Tutorial: Hotel Room Booking. Left Resize doesn't work??? Right Resize works

Answered: It looks like there is a bug in the EventResize event handler. If you modify it like this it will work fine: protected void DayPilotScheduler1_EventResize(object sender, DayPilot.Web.Ui.Events....

Frameset issue with DayPilotBubble

Answered: Andrew, Could you please try build 2718 from the sandbox? http://www.daypilot.org/sandbox/ This issue should be fixed there. Please let me know if the problem persists.

Calendar

Answered: Unfortunately neither of these is possible at this moment.

Scheduler: Get events for a given resource

Answered: On the client-side, you can do the following: var hasEvents = dps.findRowByResourceId("A").events.length > 0; On the server side, there is no internal structure that keeps events matched to the r...

Bug with getScrollableHeight into the scheduler.js

Answered: Thanks for reporting the bug. It's already fixed in the latest codebase and the fix will be included in the next release: http://java.daypilot.org/daypilot-pro-for-java-7-1/

How to change width for first column in Timeline-View (DayPilotScheduler)

Answered: Try the RowHeaderWidth property.

Scheduler: Dynamic Node Loading

Answered: The events have to be loaded in full (for all resources) - except of the dynamic loading mode (DynamicLoading="true") when the events loaded in the Scroll event handler are added to the existing even...

Accuracy of Event Color Bar to the Event's Start/End Time

Answered: Well the best answer is to get the Pro version -- the feature I described is built-in and maintained. However, I have made some adjustments to the "calendar.src.js" file below around line 2005. Be su...

Event in older date - Scheduler Lite

Answered: Look at the "DayPilotScheduler1.StartDate" property.

Hide hours in schuduler mode

Answered: The Scheduler control (http://www.daypilot.org/scheduler.html) doesn't support hiding individual columns in the Lite version. In the Pro version, you can use BusinessBeginsHour, BusinessEndsHour, and...

NavigateURL not opening in a new window

Answered: There was a bug - it's now fixed in build 7.1.2716. You can download it in the sandbox: http://www.daypilot.org/sandbox/ See also: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-2.html

Is there any way to select over an exisiting block?

Answered: You can adjust the row height using RowMarginBottom and RowMinHeight properties: http://www.daypilot.org/scheduler-row-height.html

Daypilot Month Bubble on Click?

Answered: You can use the following settings: <DayPilot:DayPilotMonth ... EventClickHandling="JavaScript" EventClickJavaScript="bubble.showEvent(e)" ... /> <DayPilot:DayPilotBubble ... ...

I got an error .. " Unable to convert '' (from DataStartField column) to DateTime."

Answered: Steve is right: You should check the values in this column. It looks like one of the values is null. DayPilot uses the following code to get the DateTime value from the DataStartField column: ...

EventFontSize does update font size if set from code-behind

Hi, I am using DayPilot version 6.4.2265.1 and I am coming up with event font size issue while setting it from code-behind. But when I set it from designer (.aspx) EventFontSize="14pt" it works. I wa...

IE does not show correct BackgroundColor from BeforeEventRender

Answered: If you are using CssOnly="true" mode you should check the following question: http://forums.daypilot.org/Topic.aspx/1692/how-do-i-change-the-colors-of-the-event-headers-in-version-7 You may need to m...
Previous Questions 3541-3570 of 5194 Next