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

Active Questions

Event Color customizing issue

Hi, i set CssClassPrefix="calendar_blue" and CssOnly="true" and im trying event color looks difference when they have each other class name. so what i did is... i made some classes,(name is color01~2...

Disable User Adding Events to a Row

Hello, I am trying to stop users adding new events to certain rows in the Daypilot Scheduler. Is there a way to disable adding events to certain rows or Resources? Thanks

How to input x button in event when i use CssClassPrefix?

Answered: The delete icon is not supported in the CssOnly mode. It is replaced by more universal system of "active areas". You can add the delete button using BeforeEventRender: protected void DayPilotCalend...

JavaScript error when right-clicking on a cell in the scheduler control when there are no context menu items defined

I am using the DayPilotMenu control and the DayPilotScheduler in tandem in an ASP.NET MVC application. The DayPilotMenu control displays a context menu when the user clicks in one of the cells of the...

Themes not working correctly?

Answered: looks like it was just confusion on my part as to how the cssOnly attribute worked. if I manually set the background with beforecellrender as seen at http://forums.daypilot.org/Topic.aspx/1724/howto-...

Adjusting the event starting position in the scheduler

Answered: You can configure this behavior using UseEventBoxes property. UseEventBoxes = UseEventBoxesType.Never will do exactly what you need.

Is there a way to await an event (commandCallBack)?

Answered: You can use AfterRender client-side handler (AfterRenderJavaScript property in MVC DayPilotSchedulerConfig). This script will get called after every update (including the initial rendering). You can ...

Multiple calendar columns: Showing meeting rooms instead of days

Answered: F13 (Multiple columns per day) is now available (since 4.6 SP1). See also: DayPilot Pro 4.6 SP1 release notes Online demo with days split into resources Online demo with resources split into days In ...

Callback Error

Hi, After a period of inactivity on the scheduler calendar users are getting a error popup when they try and access anything on the scheduler. The error states; 'There was an error in the callback.' ...

EventMoveHandling=javascript?

Answered: Kevin, You can try this: EventMoveJavaScript="eventMove(e.start(), newEnd)" In this event handler the following variables are available: * e - DayPilot.Event object * newStart - DayPilot.Date obj...

empty Json

I followed this tut to make navigation in calendar using scheduler code.daypilot.org/33944/event-calendar-day-week-month-for-asp-net-mvc I have done all exactly the same when I click on calendar on O...

Is it possible that the daypilot emitted javascript executes after page load?

Answered: You can initialize it using the JavaScript API directly instead of calling the @Html.DayPilotScheduler() helper. Example: function initScheduler() { var dps = new DayPilot.Scheduler('dpScheduler...

Scheduler - select TimeRange with strg or shift key

Hello, I want to select a TimeRange with the strg oder shift key. I don't use the solution with the popup to enter a start and end date. I want that the user select the range with the strg oder shift...

Add a textbox on each row of Scheduler

Answered: You can add the textbox by setting custom InnerHTML to something like "<input type='text' id='myid' />'. You can access it through Resources collection or using BeforeResHeaderRender event (e.Columns...

Month Control :bug for <IE9

Answered: This bug should be fixed now. Please see http://forums.daypilot.org/Topic.aspx/2017/bug-for-month-in-ie8

Bug for month in IE8

Answered: This bug should be fixed now in build 7.4.2951 (see the sandbox at http://www.daypilot.org/sandbox/). Please let me know if there is any problem.

CssClass property of BeforeCellRenderArgs doesn't add class name

Answered: This issue is fixed now in build 7.4.2950. The fix will be included in the next release.

How to import to excel or word dapilot schedular or send it in mail.

Answered: You should export the scheduler as PNG and embed the image in the document/email as needed: http://www.daypilot.org/scheduler-image-export-bmp-png-gif-jpg.html

Culture/Localization support for DayPilot MVC scheduler

Answered: At this moment it uses the culture of the current thread. I.e. you can set it globally in web.config: <configuration> <system.web> <globalization culture="en-US"/> </system.web> ...

Setting 10 mins difference in daypilot 5.8

Please let me know how set the timeinteval of 10 mins in Daypilot 5.8
Previous Questions 3381-3400 of 5203 Next