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

Questions Tagged lite

Background Color for a Particular Event.

Answered: You would be better off switching to the JavaScript version of DayPilot Lite. As this is a pure client-side solution (without the server bindings) it takes just one place to change the behavior. The ...

How to modify source code to set event color in lite version

Answered: Guidance on how to modify the Lite source code to add specific features is beyond the scope of the support that we provide for the open-source version. If you want to save time inspecting and modifyi...

Navigator in Day Pilot Lite Version

Answered: Sorry - it is but it doesn't have any server-side part. The JavaScript source can be found in Demo/Scripts/DayPilot/src folder.

JavaScript Scheduler Control

Answered: No, at this moment it's only available in the ASP.NET WebForms version.

DayPilot Lite Not able to modify source code

Answered: You are using an incorrect daypilot-all.min.js file. The daypilot-all.min.js client-side library you are using (1478) is taken from the Pro version (not open-source). You must use the client-side lib...

Source code for day pilot lite version

Answered: It's included in the download package (.zip) in the Source folder: http://mvc.daypilot.org/download/

Expended End Date

Answered: If this solution doesn't work for you (it spans the event box till the dotted end): http://forums.daypilot.org/Topic.aspx/2834/expected-end-date you can use two separate events (one with the actual d...

List of options for JavaScript Day Pilot

Answered: The information on which features are supported can be found in the docs: http://doc.daypilot.org/ See also the feature matrix: http://javascript.daypilot.org/feature-matrix/ The API docs describes t...

How to change class file?

Answered: There is nothing special you have to do. Just modify the classes you need and recompile the project.

End Date is not showing inclusive of date.

Answered: I assume you are talking about the month control: http://mvc.daypilot.org/demo/Lite/Month/ DayPilot works with full DateTime specification for both the event start and end. This means the end date is...

How to show or bind the weekdays dynamically?

Answered: You can specify the week date using StartDate property. It is accessible in the config (DayPilotCalendarConfig class): @Html.DayPilotCalendar("dpc", new DayPilotCalendarConfig { BackendUrl = Ur...

How to bind MVC View's Navigator with Controller

Answered: The Navigator supports loading free/busy data from the endpoint specified using BackendUrl. Please see the following doc page: http://doc.daypilot.org/navigator/highlighting-busy-days/ You need to cr...

Cannot find daypilot-all.min.js

Answered: It looks like you have the ASP.NET WebForms version (http://www.daypilot.org/). To use DayPilot with AngularJS you need the JavaScript version (http://javascript.daypilot.org/). If you have purchased...

Incompatible DayPilot client script version. Expected 1478 (you are using 176-lite).

Answered: You are using incompatible versions of daypilot-all.min.js and DayPilot.Mvc.dll. In this case, the dll is from the Pro version and the .js is from the Lite version. You need to use both from the same...

How to add event in Calendar control

Answered: Please take a look at the following tutorial: http://code.daypilot.org/59860/asp-net-mvc-5-event-calendar It shows how to use the Calendar control in MVC. It uses the Pro version but the same approac...

multiple rows per resource

Answered: The Scheduler (with resources displayed as rows) is only available in the Pro version. It is only possible to display one row per resource. However, you can group multiple resources under a tree node...

Undo Moving event and Undo Resizing event

Answered: Use .onEventMove event handler instead and call args.preventDefault() to prevent the default action and onEventMoved event from being processed: dp.onEventMove = function(args) { if (!confirm('A...

Change "gannt_default" design to my own design

I created a new Gantt design using the Theme Designer, put it into the same location as the other themes, created a <link> next to the other themes in my code and finally I tried to call it with "gan...

Update headerHtml in onBeforeCellRender

I use angularjs and monthly calendar. I try to update the headerHtml in beforeCellRender event. onBeforeCellRender: function(args) { if (args.cell.start.getDay() === 1) { // first day of month args.c...

AngularJS locale property not working

Answered: I've tested it and it seems to work (even with your code). Where exactly do you see English? In the demo (http://javascript.daypilot.org/demo/lite/), changing the locale affects the day headers and i...

Daypilot month navigator getting issue

Answered: Normally this indicates a syntax error in JavaScript code, like this: alert(1 1); However, in this case it is probably a bad response from the server. DayPilot expects a JSON string which it is t...

Missing Ressource ..../Backend in MonthlyEventCalendar

Hi, i try to integrate a single page with a monthly event calendar into an existing ASP-NET MVC project and created the page accordingly to this tutorial: http://code.daypilot.org/10607/monthly-event...

Disable Row(resource)

Answered: In DayPilot Pro you can use onEventMoving and onTimeRangeSelecting events to evaluate custom rules during drag and drop and forbid the action depending on the result: http://api.daypilot.org/daypilot...

My DayPilotCalendar don't fire the OnTimeRangeSelected Event on PostBack

Answered: It's now fixed in version 5.0 SP1 (build 303): http://www.daypilot.org/download/

How to create a new event?

Answered: Sanjeev, please see the HTML5 Event Calendar Tutorial, "Drag and Drop Event Creating" section: http://code.daypilot.org/17910/html5-event-calendar-open-source

Server side click won't fire

Hi, I'm trying to implement server side click for Lite version using this reference https://www.daypilot.org/server-side-event-handling/, but the click event won't fire. Also tried with Debug mode us...

DayPilotNavigator

Is the DayPilotNavigator supported or work with the DayPilot Lite? If so do I need to add another reference to use that control? Thanks for any insights.

How to customize color code for events in Scheduler

Hi Team, Currently we are evaluating DayPilot Scheduler for one of our projects. We have a requirement where color code of events in scheduler needs to be customized based on certain conditions. Is t...

BusinessBeginsHour BusinessEndsHour not set when switching between day, week, and month view

I'm following this tutorial: http://code.daypilot.org/33944/event-calendar-day-week-month-for-asp-net-mvc to create calendar in day, week or month view. I've set BusinessBeginsHour and BusinessEndsHo...

Insert an input to the file edit.php

I would like to know how to insert another field commented on edit.php file because eh treaty but I always get an error using the lite version and let me know if possible. Thanks.
Previous Questions 181-210 of 438 Next