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

Active Questions

DayPilot.Scheduler.resources expects an array object in 8.3.2724

Hello, I evaluated feasibility of daypilot in Angular in trial of version 1938 and now we bought licensed code. Once I copied library I started to getting error: DayPilot.Scheduler.resources expects ...

Gantt: onBeforeTaskRender cssClass not working

Answered: You need to specify the CSS class for either the row header (args.data.row.cssClass) or for the task box in the grid (args.data.box.cssClass). In the Gantt chart, args.data.cssClass doesn't exist: ...

All Day Event Font Color.

Answered: FontColor is now supported for all-day events as well (since build 8.3.3595). You can get the latest build in the sandbox: https://www.daypilot.org/sandbox/

dragging from external list focusing on prefer target

Answered: I worked it out using scrollTo & scrollToResource. thanks anyway

Scheduler OnTimeRangeSelected shows wrong start/end

I set business hours at 7-23 and do not want to show non business hours. My code looks like this: http://pastebin.com/V5RhtV0d The thing is that on time range selected it shows wrong hours, e.g. star...

Calendar Timetable with TimeHeader as a range of start and end

I would like to make a Timetable (daily) for my events, just to have one under another (one in a line). I've seen a tutorial, but it is for WebForms. For now I've done TimeHeaders with range of start...

New row localization

Answered: It can be changed using "RowCreateHtml" property which is available since build 8.3.3592 (now in the sandbox): https://www.daypilot.org/sandbox/

I'm having troubles with databind

This is my getDate function: Private Function GetCalendarData(ByVal start As Date, ByVal [end] As Date) As DataTable Dim rfTecnico As Integer = Session("idUtente") Dim da As New SqlDataAdapter("stato...

Scheduler

Answered: Yes. In that case the row height will be increased automatically so that all events fit in. You can disable event overlapping for drag and drop operations: https://doc.daypilot.org/scheduler/event-ov...

cancel booking

i want to coding of cancel room booking after booked that room asp.net

Time Range Multi-Selecting without holding ctrl.

Hello everyone, is it possible to do a multirow select without holding the ctrl button in the scheduler? I should be possible to select the startDate by clicking on one cell. Then the user should hol...

How to increase/decrease width Header Column in ASP.Net

Answered: You can use the CellWidth property: <DayPilot:DayPilotGantt ... CellWidth="20" />

Customizing Color, Heigh of Group, Child Task images

I am using Demo DayPilot Gantt to know its flexibility and customization before going to purchase. Can someone let me know 1. How to change background color for group, child task and milstone. 2. How...

delete and/or view

hi, how do i delete/cancel the event on your program? also, how or where can i access or view it's database? 'coz i can't see it in my localhost. i'm using uwamp server. it would be great if you help...

Demo failed in Visual Studio 2017

Hi The demo opened OK and built OK, however, when I ran it in Internet Explorer I got Server Error in '/' Application Exception Details: System.IO.FileLoadException: Could not load file or assembly '...

Automatically moving later events when inserting new event

Answered: This is a nice feature but it's not implemented at the moment because it would lead to bad app design (allowing inconsistencies). 1. Let's say you have scheduled one event per day for a given resourc...

Display selected day in Navigator

Answered: You can select a given day using .select() method: <div id="nav"></div> <script> var nav = DayPilot.Navigator("nav"); // ... nav.init(); nav.select("2017-03-13'); </script> See al...

Events show less one day and endDate on TimeRageSelected gives 1 more day

Answered: This is by design. Please see this topic for more details and other options: https://doc.daypilot.org/scheduler/event-end-date-time/

Incompatible DayPilot client script version. Expected 2717 (you are using 1478)

Answered: It looks like the old version of the client-side script is still cached somewhere. You can try forcing a reload by adding a random query string to the js file url (e.g. a version number): <script s...

How can I set the value of Text in the Calendar control if it's not data bound?

Answered: The "Text" property is read-only but you can set "Html" property. That is the value that is actually used for rendering the event. If Text is available it's used as the default value of Html.
Previous Questions 2201-2220 of 5290 Next