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

Questions Tagged

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

VS 2010 version of hotel-room-booking-asp-net-c-vb-sql-server please...

Answered: Dave, If you open the TutorialHotel.sln file and change the following line (#2): # Visual Studio 2012 to # Visual Studio 2010 it should work.

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

DayPilotBubble not showing on Touch/Mobile devices (iOS/Android)

Answered: Peit, How do you activate the bubble? It should work fine for EventClickHandling="Bubble"? If the bubble used to open without EventClickHandling="Bubble" it might have been an unwanted side effect. A...

Control for MVC ASP.Net

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

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

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

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

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

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

how

Answered: The Gantt chart in this tutorial is based on the Scheduler control (it's the Scheduler controls switch to Gantt using ViewType="Gantt"). See also: http://doc.daypilot.org/scheduler/gantt-chart/ That ...

How to detect when I scroll to the bottom

I see we have method dps.getScrollY() but if I want to detect when we scroll the scroll bar to the bottom, I don't know how to do this? Thanks

Will the RecurrenceExpander object take into consideration a working week (Mon thru Fri)?

Hi Dan and Team, Further to post: https://forums.daypilot.org/Topic.aspx/1056/changing_week_to_working_week_ Will the RecurrenceExpander object take into consideration a working week, Monday through ...

Bubble not opening in newest Firefox versions (v44)

Hello, in the newest Firefox releases the event bubble of DP can`t be displayed anymore. In older FF versions it worked well, also in all other major browsers it`s working without any problems. I`ve ...

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.

need a sample program

Can u give me a sample asp program to display the date,time,and calendar of that month when it is runned or compilled

Calender controls

how to show the monthcalendar of the text given in a textbox in the format of dd/mm/yyyy

Can be added in a different granularity than displayed.

E.g. calendar renders 30 minutes slots. But click, drag and unclick paints and adds in 15 minutes granularity. I try to use cellDuration = 15 can move and resize in 15 minutes but I don’t want border...

Disapper Non business working hour cells

Answered: Please see this documentation page: http://doc.daypilot.org/scheduler/hiding-non-business-hours/

Border is gone when zoom page.

Answered: Unfortunately there is no way to control how the browsers will scale the page when using a zoom level other than 100%. However, you can try increasing the cell border width using custom CSS theme. Se...

Edit

Answered: You mus use the EventClickHandling and EventClickJavascript to envoke a ModalDialog, an show the editable data on it. https://doc.daypilot.org/scheduler/event-editing/

Uncaught TypeError: DayPilotMonth.Month is not a constructor

Answered: What version of DayPilot do you use? It looks like you have a very old version of DayPilot.Mvc.dll (something like 1.1) and use it with a newer client-side library (daypilot-all.min.js). You always n...

Gantt Chart - Using icon indicator in column

Answered: Yes, you can customize the column HTML using BeforeTaskRender event handler: http://doc.daypilot.org/gantt/task-customization/ void DayPilotGantt1_BeforeTaskRender(object sender, BeforeTaskRenderEv...

Sorting related issue in Chrome

Answered: Do you use custom sorting (EventSortExpression)? http://doc.daypilot.org/scheduler/event-sorting/ I'm not sure if this is the problem but the event sorting relies on JavaScript Array.sort() method wh...

How to disable rowheadercolumn resizing?

It's possible to resize the width of a rowheadercolumn in scheduler by simply moving the columnheader splitter left or right. How can I disable this? I tried the following things without success: row...

Is there a way to drop external element on an event?

Hi Dan, I have some elements I made draggable with the function DayPilot.Scheduler.makeDraggable(item). Can I get the target event Id when I drag&drop over it the draggable item? Thank you.

Old Licence

Answered: Versions 5.3 and 5.8 are more than 6 years old and most likely will not work with this tutorial sample code. It's also not recommended to use an unsupported version in production. If you want to make...

Remove Demo Title From the Tool

Answered: The tutorial includes a trial version of DayPilot Pro for ASP.NET WebForms. The trial version is not licensed for production use and displays a DEMO label. If you want to use the code in production a...

ViewType

Answered: The timesheet view (ViewType="Days") is only supported in DayPilot Pro. It looks like you might be using the Lite version. See also: http://doc.daypilot.org/scheduler/timesheet/
Previous Questions 2341-2370 of 5083 Next