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

Questions Tagged mvc

How To Redirect To URL By Clicking Event

Answered: Use the following config: @(Html.DayPilotCalendar("dpc", new DayPilotCalendarConfig { // ... EventClickHandling = EventClickHandlingType.JavaScript, EventClickJavaScript = "window.locatio...

How to show Navigator in Horizontal Orientation

Hello, I am using Javascript to create Navigator. In this file I want to display 12 months Navigator in a page with 4 months in 3 rows. Can anyone please let me know how can I do it in lite version o...

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.

Gantt Control, Tasks same row

Answered: The Gantt control is designed to display one task per row. 1. There is an option to display different task "versions" for the same row. However, they are read-only and they will stacked vertically in...

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/

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

DateTimePicker

How to include Date Time Picker scheduler row cell

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

DayPilot Compatibility with .Net 4.51

I'm getting and error since upgrading my app to .Net 4.51 when trying to create DayPilot. The error says I'm missing DateTime.cs. Is DayPilot compatible with .Net 4.51? Do you have any information ab...
mvc

First Resource column not the Resource name

Hello, We're looking into using this tool for a customer. One thing I cannot figure out is how to add a column BEFORE the resource name. Every example I see the first column is the resource name. And...

Export functionality PDF/PNG format

Hi, I am currently evaluating your product DayPilot-Pro for using it in our online application. But one of the most important requirement is to be able to export the calendar in PDF/PNG (for printing...

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

I have to set the cell height dynamically.Please help

I have to set the cell height dynamically in daypilot calendar.
mvc

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.

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

Divide on minutes i attached the screen short.

Answered: You can customize the hour header using TimeHeaderCellDuration property: http://doc.daypilot.org/calendar/time-header-cell-duration/
mvc

Filter not working

I am having issues with implementing filters in MVC App. I am playing with the Tutorial ASP.NET MVC Hotel Room Booking http://code.daypilot.org/32389/asp-net-mvc-hotel-room-booking The filter doesn't...

Duration Bar - Colour

Hi I am testing DayPilot Scheduler for a project of mine and it looks pretty good so far. I have a situation with the Duration Bar at the top. I am using this scheduler for venue booking app, and in ...

Add CheckBoxes/Radio Buttons next to Resources Children, Also provide functionality to select available time

Hi All, I am trying to mimic the behavior we see in outlook for scheduling a meeting, where in on the left most side we have attendees and/or meeting rooms and right side it shows timeline for all. I...

Calendar appointments with UTC start/end

Hello, I am trying out DayPlanner MVC on Azure Websites. They run in UTC. When the DayPilot javascript calls the Backend controller method, the start and end times of events are in the correct time i...

Calendar taking a long time to switch days in Day view

Answered: Most likely this is caused by loading more events than necessary. You can try limiting the event set using StartDate and Days properties. See an example from the ASP.NET MVC 4 event calendar tutorial...
mvc

Pass Parameters to BackendController Dpc Class Onfinish

Answered: 1. You can use the ClientState property: http://doc.daypilot.org/scheduler/clientstate/ 2. Or you can modify the .backendUrl dynamically on the client side and read the query string it in the control...
Previous Questions 211-240 of 400 Next