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

Active Questions

Error: Unkown Server Tag DayPilot, how should I correc it?

Hello everyone! I downloaded the VS 2008 express and the DayPilot lite, I started a new web site project and linked the DLL file to the Toolbox like the tutorial said. I then dragged and dropped a Da...

Horizontal Scroll

Hi, We have a requirement where the Calendar control is used to display one week at a time. We want to be able to have 7 days available on the screen when loaded but only Monday to Friday to be visib...

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

Scheduler - EventResize issue (IE9)

Answered: I found what was causing this. The page had a Telerik control which was somehow causing this to happen. Removing all Telerik controls resolved the issue.

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

Decoding and finding RecurrenceException.EncodeExceptionDeleted in recurrence field using SQL query.

I am trying to find out if the recurrence field of a record is RecurrenceException.EncodeExceptionDeleted using SQL query. I look at the website but there is no mention of how to decode the string of...

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

Question about Conflict detector Parameter???

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

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

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

Scheduler: Tree expand/collapse images

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

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

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

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

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

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

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

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

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.
Previous Questions 3701-3720 of 5291 Next