Questions tagged [daypilot]

DayPilot is a Jquery open source plugin which is used to create Scheduler control with major functionalities like day,week,month views and it also support drag and drop functionalities.

DayPilot is a open source which is used to create control with major functionalities like day, week, month views and it also support functionalities.

Its latest version support IE8+, Firefox, Safari, Chrome, Opera and also iOS 6+ (iPhone, iPad, iPod Touch) Android 4+.

References:

52 questions
7
votes
1 answer

DayPilot SQL - Copying appointments that dont have a Date

currently I have a master rota which is storing appointments along with the TIME and DAY but not DATE. The SQL Server database looks like the below for the master rota appointments It is created via the DAYPILOT calendar control As you can see…
David Hayward
  • 189
  • 1
  • 1
  • 14
2
votes
0 answers

DayPilot - returning a new View on EventClick

I am currently attempting to implement DayPilot Lite MVC on my project. I've set up my events and they are clickable(tested with a Debug statement). However what i am looking to do is process the click and load a new View, using a ViewModel built…
glendunbar
  • 23
  • 3
2
votes
1 answer

DayPilot Scheduler - Vertical Scrollbar never appears

This question is for the Angular implementation of DayPilot Scheduler. It seems that no matter what I do, I cannot get a vertical scrollbar to appear where the events are rendered. When there are more rows than can fit into the scheduler, they are…
2
votes
1 answer

Get DataResourceField value of DayPilot Scheduler

I want to get DataResourceField value, when Move event is triggered.Below is my DayPilot Code.
Abdul
  • 2,002
  • 7
  • 31
  • 65
2
votes
2 answers

For daypilot calendar control, how to display mon to fri instead of date on the column name

currently mine only displays the date on the column name. I would want to display mon to fri which correpond to the correct date of course. Etc I want to display mon instead of 17/03/2014, I want to display tue instead of 18/03/2014 and so on.…
Pony
  • 401
  • 3
  • 13
  • 43
2
votes
1 answer

Image Export DayPilot Scheduler

I am trying to export DayPilot Scheduler, using this code DayPilotScheduler1.DataSource = dbGetEvents(DayPilotScheduler1.StartDate, DayPilotScheduler1.Days);//OPens only two Rows DayPilotScheduler1.DataBind(); DayPilotScheduler1.CssOnly =…
1
vote
0 answers

How to stop the rerender of a calendar component when displaying a modal component on top of it in React?

My main page contains a calendar where you can create events. To create an event I display a modal, which causes unintentional rerender of the calendar. So this causes displaying current week in the calendar and not the week where I wanted to create…
Sabby
  • 11
  • 1
1
vote
1 answer

DayPilot Calendar create event

I am attempting to implement Daypilot lite calendar. So far it is going ok-ish however I seem to have hit a bit of a bump. I am trying to create a new event in the calander but I cant seem to pass any info other than the start and end of the event…
M_Griffiths
  • 547
  • 1
  • 7
  • 26
1
vote
3 answers

DayPilotCalendar : How to show the names of the days from Sunday to Saturday without dates?

How to show the names of the days from Sunday to Saturday without dates in DayPilotCalendar ? I want to put on the screen : Sun , Mon .... Sat Thanks
JAN
  • 21,236
  • 66
  • 181
  • 318
1
vote
0 answers

Multiple Months DayPilotMonth Lite

I am displaying a monthly DayPiolot Calendar on a mobile page, is there a way to display 3 months instead of only 1? @Html.DayPilotMonth("dp", new DayPilotMonthConfig { BackendUrl = Url.Content("~/Home/Backend"), CssOnly = true, Theme =…
Doug Farrell
  • 135
  • 1
  • 3
  • 20
1
vote
1 answer

Calendar DayPilot "Cannot read property 'getTime' of undefined" when using a different Database

I am still a debutant in JavaScript/Json (I've never worked with Json) and I have a problem when trying to use DayPilot Calendar. (I am also French, so forgive my mistakes please).…
MarineDbt
  • 11
  • 4
1
vote
2 answers

Can't post the form from modal popup if using jquery timepicker

I'm creating event calendar using daypilot lite. I'm following this tutorial to create the application in ASP.NET MVC 5. When I clicked the calendar, for example 30/04/2015 02:00 PM - 30/04/2015 03:00 PM, the popup form will show up. In popup form,…
Willy
  • 1,689
  • 7
  • 36
  • 79
1
vote
1 answer

How to update calendar?

I'm using DayPilot Calendar and Navigator on Visual Studios 2013, webform. I am able to link the navigator to the calendar, so when I click on a different week, it reflects on the calendar as well. Problem is, when i select a different week, all my…
user2037510
  • 27
  • 1
  • 1
  • 9
0
votes
0 answers

Daypilot - Drag external events and save to database?

I am trying out demo of Daypilot Calendar and I can't solve this last problem I have. I am trying to save "external events" in a MySQL DB using PHP when they are dropped in a calendar. But I am really stuck and would appreciate if anyone could help…
0
votes
1 answer

Reset "args" in Javascript Daypilot scheduler

I want to create some events on my DayPilot scheduler using my own modal window. It works fine when creating the first event. After that the event gets doubled, tripled and so on along with the new created events. It seems like args is not getting…
1
2 3 4