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

Questions Tagged

AngularJS how to set businessBeginsHour, businessEndsHour and calendar height

Answered: It's supposed to work like this: <div ng-app="main" ng-controller="CalendarController" > <daypilot-calendar id="calendar" daypilot-config="calendarConfig" daypilot-events="events...

DayPilotNavigator

Answered: Please see the following doc page: http://doc.daypilot.org/navigator/highlighting-busy-days/

Daypilot Scheduler - Export to PDF

Answered: If you want to add custom header and footer to each PDF page simply use the code from "Add Title to PDF" section: // create a graphics object for PDF page modification XGraphics gfx = XGraphics.Fr...

Disable previous Date

Hi, Is there any way to disable previous dates in month,week and day view?

Disable eventoverlap on on client side in calendar?

Answered: Unfortunately it's not implemented in the Calendar at the moment. It will be added in one of the future releases.

Hide/Show Navigator in AngularJS(Datepicker style)?

Answered: You can access the DayPilot.Navigator object using $scope.navigator (because id="navigator"). The config only holds the configuration data (it has no methods). Try this instead: // show $scope.nav...

Scheduler vertical scroll

Hi, I've noticed that if I fill the Scheduler with resources to make it displays the vertical scrollbar and then scroll with the mouse wheel, the viewport move backward of one day per scroll. The sch...

how to edit create events with recources ?

how to edit create events with recources ? can you give us examples with recouces

Events background color in exported PNG image

Answered: This was a bug which is now fixed (since build 2100): http://javascript.daypilot.org/daypilot-pro-for-javascript-8-2-sp4/ Let me know if the issue persists.

Start displaying Monthly calendar by the date of the current day

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

daypilot.sqlite file

Answered: You can use one of the SQLite manager applications, e.g. http://sqlitestudio.pl/

Gantt control, moving tasks

Say I have 5 tasks, and each task is linked to the one before it, if i move the first task is it possible to have all the other tasks move the same number of days? so say task one is from 01/01/2016 ...

Can i disable modal before the current time

i don't want events to be created before the present time using modal. so i want to hide the modal before current time. can u please help me in hiding the modal??

How to pass date from partial view to controller in MVC4?

Hi I want to pass the data from partial view to controller My Partial view Code @Html.Label("Area" , new { @class = "control-label" }) @Html.TextBoxFor(model => model.Area, new { @class = "form-contr...

attributes like name and project codes

Hello, is there a mechanism to capture other attritbutes from user, Errors in does not work with the version on your site in VS 2015 .NET 4.6 thanks

DayPilotScheduler Cannot Export Multiple events on the same day for the same recource

if you have multiple events on the same day (for the same resource) some of them are not displayed after you export the Scheduler. this does not always happen. it depends from the StartTime and EndTi...

Switching X and Y axis

Answered: Yes, this is possible using the Calendar control: http://doc.daypilot.org/calendar/resources-view/ However, the vertical time axis in the Calendar is limited to 24 hours.

Problem with date

Answered: how to declare the start time and end time with blocking

how many days are used this template code?

Answered: 1. If you are asking about the number of days visible in the Scheduler - this sample configuration displays 365 days but you can configure it using Days property. 2. If you are asking about the licen...

Scheduler -> Dynamic Cell Width with a minimum

Answered: There was a bug in the latest release that prevented CellWidthMin from working. It should be fixed now in the latest sandbox build (8.1.3509): http://www.daypilot.org/sandbox/

problem with date and time

hello,How can I separate date and time in two different text fields. Currently I am getting date and time in separate text field and it is inserting into database but events are not moving and not di...

External Drag and Drop in Monthly Calendar

Answered: Yes, but there is no set target date at the moment.

RecurrenceRule: Does it store the start and end dates of the event?

Answered: No, it doesn't. The start date can be used when creating a new RecurrenceRule instance to read certain values for the rule - e.g. day of week in case of weekly recurrence, day of month in case of mon...

Should it be just a matter of replacing the DayPilot.dll to upgrade from the Lite version?

Answered: No additional changes should be required. You can give it a try by replacing the Lite version DayPilot.dll with the trial version from http://www.daypilot.org/try/

external drag and drop

Answered: The following tutorial shows how to use external drag and drop in a real-world scenario: http://code.daypilot.org/51743/courtroom-schedule-tutorial-asp-net-c-vb-net In most cases you will already hav...

Load Resources and Events On Vertical Scroll

Answered: At this moment, the Scheduler doesn't support loading additional resources during scrolling. All resources need to be loaded in advance using .resources array. However: 1. The row headers are rendere...

How to disable daypilot scheduler?

Answered: Yes. There are two options: 1. You can turn off individual actions using the *Handling properties. Example: dp.eventClickHandling = "Disabled"; dp.eventMoveHandling = "Disabled"; 2. You can also...

RecurrenceExpander.Expand Issue

Answered: The current implementation doesn't support creating an exception for the first occurrence (the one stored in the master record). If you create an exception with the start date that corresponds to the...

How do I use a date time after TimeRangeSelectedJavaScript?

Answered: The start of the selection is available in "start" variable in TimeRangeSelectedJavaScript. It is a DayPilot.Date object. TimeRangeSelectedJavaScript = "document.location='Bokabord2?startingtime=' ...

Edit rows from mobile devices

Hi, I'm trying the scheduler demo version and I've implemented the rows editing. On desktop browser everything works well and when I click on rows header I can edit it. But, if i'm using a mobile dev...
Previous Questions 2431-2460 of 5123 Next