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
0
votes
1 answer

TypeError: Cannot read property 'getTime' of undefined

I am getting a problem when trying to use DayPilot Calendar in angularjs. https://code.daypilot.org/63034/angularjs-event-calendar-open-source When I downloaded sources and use it it was not working and throwing error angular.js:9563 TypeError:…
0
votes
1 answer

ng-include: Access child scope issue

I'm using DayPilot Scheduler in my app and i'm having the following issue. home.html:
I…
MeesterPatat
  • 2,671
  • 9
  • 31
  • 54
0
votes
2 answers

Can't get a correct DateTime from querystring

I'm pretty new to C# and MVC coding. I'm making a booking application and I'm using DayPilotMonth for a calendar. I'm using the following code in my view: @Html.DayPilotMonth("dpm", new DayPilotMonthConfig { BackendUrl =…
0
votes
1 answer

How to Handle Two Jobs in MVC at same time

Hi my current project is calendar schedule. If i move time slot box in calendar, then called DayPilotCalendarWeek_EventMove and Time slate is moved successfully without Email functionality. But If i called Email Process it take some mints for mail.…
0
votes
1 answer

daypilot calendar showing wrong week

I have a site (.Net) using Daypilot pro (7.9) and ajaxtoolkit:CalendarExtender. It is used to book dates in Dynamics and it works like a charm UNTIL i choose a date in 2016... When i choose a date or weeknumber in the year 2016 the calendar jumps…
0
votes
1 answer

$scope.scheduler is undefined in AngularJS

I have been working with AngularJS v1.4.1 and DayPilot v8.1.17 making this tutorial. It is working fine but I have problems when I want to load all my events from an external server that returns the events in json format. view.html
Joan Gerard
  • 135
  • 6
  • 17
0
votes
1 answer

How to slide-up / slide-down the sub-titles when ".scheduler_default_tree_image_collapse" / ".scheduler_default_tree_image_expand" is clicked?

The question says it all. I could not find any documentation where where the slide-up/slide-down could be used. Also, I could not attach any external event to make it happen. http://javascript.daypilot.org/scheduler/ [Added] To be more specific, how…
maan81
  • 3,469
  • 8
  • 36
  • 53
0
votes
1 answer

Show more data in each event of DayPilot Lite Calendar - ASP.NET Webforms

In my DayPilot Calendar (Lite) it currently on shows data from one column from the database, which is set to the DataTextField. How do I add more data to each event so the user can look at more data from the database for each event? I currently have…
jellybean_232
  • 189
  • 1
  • 4
  • 16
0
votes
1 answer

How to convert/change data in database temporarily with SQL?

I am currently making a timetable using the daypilot scheduler. My current start and end data fields are set to the class start period and end period of the timetable, which are just integers from 1 to 9. But because the daypilot scheduler takes the…
jellybean_232
  • 189
  • 1
  • 4
  • 16
0
votes
0 answers

How to undo the action Day Pilot.Scheduler on event moved on the last event i saved without reloading the page?

How do I undo the action DayPilot.Scheduler on event moved on the last event I saved without reloading the page? if (response.result == "OK") { if (confirm('Are you sure you want to edit this?')) { DayPilot.request("backend_move.php", …
0
votes
1 answer

how to undo the action DayPilot.Scheduler on event Resized without reloading the page?

How to undo the action DayPilot.Scheduler on event Resized on the last event i saved without reloading the page? Here is my code: dp.onEventResized = function (args) { if (confirm('Are you sure you want to edit this?')) { --do some…
Eddie
  • 1
  • 2
0
votes
1 answer

Cannot Convert 'Account [Directory' to 'Account [Directory]'

So essentially, I installed a NuGet Package in C# ASP.Net (Day Pilot Scheduler), purely for testing purposes. Now though, after removing it completely from my Website, I am continually getting the same errors, with assembly references etc.. (There…
Brian Elliott
  • 51
  • 1
  • 13
0
votes
1 answer

Events selection is considered as event moving

I'm using a daypilot scheduler for a booking hotel's rooms. I want to use events multiselection but when I enable this feature the scheduler is considering it as an event moving and not a selection I did as following AllowMultiSelect="true" …
DEv0404
  • 31
  • 5
0
votes
1 answer

How to display weekdays in DayPilot Event calendar

Does anybody know how to display week-days (monday, tuesday, ...) in DayPilot event calendar? I can only show date. http://www.daypilot.org/calendar-lite/ http://code.daypilot.org/17910/html5-event-calendar-open-source
Petr
  • 1,193
  • 1
  • 15
  • 27
0
votes
0 answers

DayPilot Month and Navigator

I'm currently using DayPilot Month as an event calendar. I use DayPilot Navigator to change the weeks. But I have problems binding the Navigator to the Month. When i try to debug it, it shows this. I'm using Visual studios 2013, webform asp.net,…
user2037510
  • 27
  • 1
  • 1
  • 9