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

Questions Tagged month

Gantt chart

gantt chart attech in asp.net c#?

Mutliselection

Answered: I’m not sure if that’s what you mean but in the Calendar component in the Pro version, it is possible to select multiple events and then delete them using the API (use multiselect.events() to get a l...

Setting Number of Appointments

Answered: You can take a look at this tutorial: https://code.daypilot.org/44666/html5-doctor-appointment-scheduling-javascript-php It uses pre-generated slots that are offered to users for making appointments....

Eventos

Answered: Please take a look at this tutorial - it shows how to load calendar events from a database: https://code.daypilot.org/50175/angular-appointment-calendar-component-typescript

For Database

Answered: There is no specific PostgreSQL tutorial available but you can check the Angular + MySQL tutorials: https://code.daypilot.org/tutorials/mysql+angular In order to switch the tutorials to MySQL you'd n...

How can I fetch value of new column from database and display it on the calendar?

Answered: You can use onBeforeEventRender event handler to modify the event HTML (args.data.html) using the staff column (args.data.staff): https://doc.daypilot.org/calendar/event-customization/ You can also m...

Allocating a color to each event

Answered: Please see the documentation: https://doc.daypilot.org/month/event-customization/

Get calendar for full year

Hi, I would like to ask how can we get full year calendar? I want to add 12 pages in pdf for 12 months of the selected year. Is It possible with this?

MVC with Foreign Key

I'm using daypilot on a ASP.NET Core but my model has a foreign key and I can't add a date for that reason, what can I do? or why I can't add a date, this is my code public class Reservacion { public...

regarding SAAS license

Answered: When you need to deploy multiple instances (e.g. for scalability reasons) you'll need to upgrade to a multi-server license (i.e. SaaS Team or SaaS Office).

How can i translate days into another language

Answered: Please take a look at the Localization topic in the documentation: https://doc.daypilot.org/month/localization/ You can use one of the predefined locales or you can define your own. In addition to sw...

DayPilotMont - GetEventMap Error

Answered: Thanks for reporting the issue. It's now fixed in the latest sandbox build (8.4.3620): https://www.daypilot.org/sandbox/

Export Calendar Month with different event colors

Answered: The event colors should be already fixed in the latest sandbox version (since build 2936): https://javascript.daypilot.org/sandbox/ The TypeScript definitions [missing exportAs()] will be updated sho...

How to stop drag and drop feature on event calendar

Answered: You need to turn the features off one by one: dp.eventMoveHandling = "Disabled"; dp.eventResizeHandling = "Disabled"; dp.timeRangeSelectedHandling = "Disabled"; See also the following tutorial ...

delete and/or view

hi, how do i delete/cancel the event on your program? also, how or where can i access or view it's database? 'coz i can't see it in my localhost. i'm using uwamp server. it would be great if you help...

Monthly Event Calendar - Steps after AJAX Calendar Event Moving not clear

Answered: To get it working you need these elements: 1. A MVC view with the calendar (Views/Home/Index.cshtml) 2. A controller action for this view (Controllers/HomeController.cs: Index() method) 3. A controll...

JavaScript month calendar: drag & drop

Hi, Is there any support for dragging and dropping of events in the month calendar control? If so, could you please elaborate? Thanks! Richard

whom to contact if i want to buy this

Answered: Please contact sales@daypilot.org for sales-related questions, thanks.

How to change weekly calender

Answered: You can change the visible week using startDate property: <select id="week"> <option value="2016-04-04">Week 14</option> <option value="2016-04-11">Week 15</option> </select> <div id="dp"...

Start displaying Monthly calendar by the date of the current day

Answered: nevermind, Looks like it's a pro feature...

ContextMenuSelection in DayPilot.Month

Answered: Unfortunately the context menu for time range selection is not implemented yet in the Month control.

Is it possible to select multiple cells on DayPilotCalender

I was just wondering if it was possible that when you was on the Day Pilot Month pro for a user to select multiple days on the month view and then to right click on the selected days and click 'Book ...

Execute javascript function after clicking ok button on event creation DayPilot Month.

Hello! My name is Roby. I'm using DayPilot Month Lite in my project. I need to trigger a javascript function after I click the OK Button into the event creation alert. My big questions (after reading...

DayPilotMonth TimeRangeSelectedJavaScript: e is not defined

There seems to be a bug in DayPilotMonth TimeRangeSelectedJavaScript as if I try to use "e" in the javascript (e.g. console.log(e)) browser throws Uncaught ReferenceError: e is not defined. Any other...

How to display day, week, month and year view on selection of user choice?

Answered: The best way is to add one control for each of the views (day/week/month) and hide all except of one. 1. You can do this by simply wrapping them in a div with style="display:none" and change this pro...

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

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

Month / DataResourceField Property

Answered: You're right. This property is there because EventMoveEventArgs is shared by all controls. This is not the best design decision but the API change would break the existing implementations. The 7.0 re...

Styling DayPilot Month

Hi there, I'm currently working with the DayPilot Pro for ASP.NET Demo and am having problems with turning off the "style" attributes applied to the "Month". I note that from the Month: CSS Class Sty...

DayPilot Month - StaticBubbleHTML

Answered: It's already available. See this demo page, Event 12: http://www.daypilot.org/demo/Month/ A snippet from Demo/Month/Default.aspx.cs: protected void DayPilotMonth1_BeforeEventRender(object sende...
Questions 1-30 of 41 Next