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

Active Questions

how to edit create events with recources ?

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

Resources Slow to Load

Answered: Dan, Have you checked how long the SQL resource loading code takes on the server side? Loading 60 resources should be no problem. You take a look at the following demo for reference: http://www.daypi...

scroll vertically on touch device

Answered: The latest sandbox build (8.2.2185) now supports vertical touch scrolling using the row headers: http://javascript.daypilot.org/sandbox/ Let me know if it doesn't work as expected.

Context Menu Not Being Displayed

Answered: I've tried to reproduce the problem using the following testing Web Form but it seems to work fine: CalendarContextMenu.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="CalendarContextM...

Scale is always reset to the original Value

Answered: It was a bug, indeed. It should be fixed now in the latest sandbox build (8.2.5833): http://mvc.daypilot.org/sandbox/ Let me know if the problem persists. And thanks for reporting the issue!

Removing event not included in MVC angular demo

Answered: With Angular, you can delete an event by removing it from the underlying event array (events/daypilot-events attribute). The calendar will be updated automatically.

How to Remove some circle in attached image Which comes when mouseover on Appointment

Answered: The circle is the actual bubble object. It looks like you are using a custom bubble HTML that is defined as an absolutely-positioned element. This makes it pop out of the bubble and the bubble is una...

Change Date Format

Answered: DayPilotScheduler1.VisibleStart is a DateTime object so you can get a custom formatted string from it using ToString(): DayPilotScheduler1.VisibleStart.ToString("yyyy-MM-dd"); See also here: http...

display current position details in Calendar (real time)

Answered: Unfortunately this is not supported in the Calendar control at the moment.

Bubble issue on daypilotcalendar

Answered: Do you have the problem with tried the latest DayPilot version? (There is no version 15.2 and v5.2 is very old.)

Limit resources

Answered: DayPilot Scheduler doesn't limit the number of resources. However, there are different heigh settings that will affect how many resources/rows are visible without scrolling. Please take a look at the...

Booking for multiple tables

Answered: This scenario is not covered by the tutorial. However, you can select multiple time ranges at once using "time range multi-selecting" feature: http://doc.daypilot.org/scheduler/time-range-multi-selec...

Control for MVC ASP.Net

Answered: Unfortunately a MVC version not available at the moment.

DayPilot month start date time

Answered: You can display the start and end time using the following properties: <DayPilot:DayPilotMonth EventStartTime="true" EventEndTime="true ... /> Another option is to add the time at a specified...

Javascript daypilot-modal-2.2.js Error issue..

Answered: Very strange, since the function seems to be defined. One thing to check is the context from which you call the .close() method. To close the modal dialog from the parent simply call .close() on the ...

Licence for both ASP.NET MVC & ASP.NET Web forms

Hi Can you clarify the DayPilot scheduler costs and functionality please? As an organisation we are looking at both: • DayPilot for ASP.NET MVC version • DayPilot for ASP.NET Web forms version Can yo...
mvc

jscript runtime error: 'this.nav.top.style' is null or not an object error

Answered: This means the client-side object has lost the reference to the DOM placeholder. This happens if you try to use a control that has been disposed by calling .dispose() on the client side. Let me know ...

Hide rows in Gantt

Answered: The row filtering API is not implemented in the Gantt chart at the moment. However, you can hide the row by setting .row.hidden attribute of the task to true: var task = dp.tasks.list[0[; if (!tas...

GANTT: Calculating time for superordinate task

Dear all, when I create 2 subtasks, the superordinate task does not calculate to correct days. (Means beginning of the first task and end of the second task = complete duration for the superordinate

Calender controls

how to show the monthcalendar of the text given in a textbox in the format of dd/mm/yyyy
Previous Questions 2521-2540 of 5260 Next