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

Questions Tagged

Angular 4+ Bubble stuck on screen

Answered: That should be fixed now in the latest release (8.4.3058): https://javascript.daypilot.org/daypilot-pro-for-javascript-8-4-sp6/ Let me know if the problem persists.

Display mysql data

I have two input box and with the help of this two input data i wants to display my mysql data Ex. i have so many employee data in a single table then i wants to display only to those people whose ha...

Need Information

Answered: Please see the PDF export tutorials at code.daypilot.org: https://code.daypilot.org/76551/html5-scheduler-paged-pdf-export https://code.daypilot.org/73551/html5-scheduler-pdf-export-javascript

Getting Error Msg

Answered: thanks for your reply.. currently we are using IE 10 will check the code and get back..

Calendar only showing events for first date in week

Answered: It looks like you didn't specify the date (start property) for the child columns. If the date isn't specified it uses the dp.startDate value (it doesn't automatically inherit the "start" value from t...

Adding code to existing helper class for exchange

Hi there, I was wondering if there is some way to take this code from your example and build it into my Helper Class for exchange? The code: ExchangeService service = new ExchangeService(ExchangeVers...

Set the working time shown

Answered: You probably mean the "Hiding Non-Business Hours" feature of the Scheduler: https://doc.daypilot.org/scheduler/hiding-non-business-hours/ You can show weekends by setting businessWeekends property to...

The request must start with 'JSON' string.

I working on a web application written in ASP.NET MVC 5 with Razor. When i publish website in IIS it throws the error "The request must start with JSON string". Someone who can help me? My View: @Htm...
mvc

Scheduler: Row below selected

Answered: Hi Dan Thanks for your fast support. With the sandbox version it works as expected! How do I get rid of the "Demo" label? JJ

AutoRefresh Interval

Answered: 1. The default AutoRefreshMaxCount value is set to 20. That means it will stop calling the Refresh event after that number. This limit is introduced intentionally - calling any JavaScript code repeat...
mvc

Place the event on where we drag

Answered: When you click on a grid cell or select a range using drag and drop the Scheduler fires onTimeRangeSelect and onTimeRangeSelected events which you can use to create a new event at that location. See ...

Free to use

Answered: Yes, DayPilot Lite is available under Apache License 2.0 - it's free and open-source. See also: https://aspnet.daypilot.org/open-source/

Bubble configuration with Angular 2+

Answered: The bubble can be configured using a DayPilot.Bubble object which you assign to "bubble" property of the config. Example: config: any = { bubble: new DayPilot.Bubble({ animation: "fas...

Event and Resource/RowHeader Template Customization with AngularJs

Are there event hooks that can be latched into for when an event or resource is unloaded from the dom? It looks like I can hook into when they are loaded into the dom via the onBefore___Render events...

Tooltip not showing

Answered: The tooltip is automatically turned off if you turn on a bubble. In the latest DayPilot Pro version, the bubble is now automatically turned on (a new DayPilot.Bubble() object is assigned to "bubble" ...

Show the events when user collapse parent node

Answered: You can use the following events to detect a tree node state change: https://api.daypilot.org/daypilot-scheduler-onresourceexpand/ https://api.daypilot.org/daypilot-scheduler-onresourcecollapse/

Uncaught TypeError: Cannot read property 'args' of null at HTMLDocument.e.gMouseUp

Answered: This problem is fixed now in the latest sandbox build (8.4.5897): https://mvc.daypilot.org/sandbox/Calendar/ A new release will be available in a couple of days.

Minimize row headers

Hi How can i get when i minimize parent row,i have to show all the events belongs to that in the parent row. Does this possible

Red timeline shows wrong hour

My code: @Html.DayPilotCalendar("dp_day", new DayPilotCalendarConfig { BackendUrl = Url.Action("DayPlan", "Calendar"), ViewType = DayPilot.Web.Mvc.Enums.Calendar.ViewType.Day, ColumnMarginRight = 100...

Angular4 Calendar not showing new events

Answered: Hi! I answer my own question. In the calendar.component.ts, on the createdClosed function there is an error: createClosed(args) { /* This function gets called twice, first args is undefin...

how to set tool tip for daypilot-calender

Answered: The event tooltip is enabled by default (ShowToolTip property is set to true). The default tooltip uses the event text (loaded from the field specified using DataTextField). You can also customize it...

Does the "DayPilot Pro for Java" license contains the JavaScript Source Code?

Answered: Yes, but I recommend using the JavaScript version: 1. The Java version is only licensed for use with the integrated Java backend. This make the JavaScript version more future-proof. 2. The JavaScript...

Upgrading from 8.1.3505 to 8.4.3622

We use a lot of the async functionality of the scheduler, and utilize the AfterRenderJavaScript property to handle loading of the controls on the page after a callback. However, after updating to the...

How do you link events on a child resource where one id is linked on the child resource and the other id on the parent resource?

Answered: There are two ways to approach it: 1. Create an on-the-fly composite id for the child resources - this is what you do. 2. Create a unique record for every job-pour type link in the database and use t...

Not working on IE Compatibility mode

Answered: Unfortunately the IE compatibility view is not supported. It's an obsolete IE mode that doesn't support modern technologies. Its main purpose was to reproduce bugs and limitations of IE7 and previous...

How to change font and localization of day of week at header of Daypilot lite Calendar?

Hi, I want to change font and localization of day of week at header of Daypilot lite Calendar. First, I tried to increase font size at header by changing DayFontSize at the DISPLAY section of the Day...

Undefined Variable

Answered: The original data object is available as DayPilot.Event.data property (see also https://api.daypilot.org/daypilot-event-data/). Most event handlers make DayPilot.Event object available as args.e, so ...

How to change the Date and time position in Daypilot calender

I want to change the Date and time position of Daypilot calender from horizontal to vertical. here is the link:https://code.daypilot.org/17910/html5-event-calendar-open-source Thanks

Error return JavaScript(SimpleJsonSerializer.Serialize("OK"))

Answered: You can try sending a different JSON response. This code sends just a string: "OK" This was not considered a valid JSON text in the original JSON spec and older implementations (older browsers, o...

check Daypilot is open source or not?

Answered: There are two versions of DayPilot: DayPilot Lite (open-source) https://javascript.daypilot.org/lite/ DayPilot Pro (commercial) https://javascript.daypilot.org/try/ This tutorial (https://code.daypil...
Previous Questions 1831-1860 of 5130 Next