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

Active Questions

Change the color of the events

hi! am using the DayPilot on external drag and drop, and my question is: as change the events color, Through a context menu option if the opcion is 1 the color be green, if opcion is 2 this be red i ...

Showing a 'loading..' animation or text in modal window

Answered: See the new version 2.3 of DayPilot.Modal: http://code.daypilot.org/81367/daypilot-modal It lets you specify the HTML that will be displayed in the modal window before the target URL loads.

How to block (and show) a complete day

Answered: Unfortunately it is not possible to draw a single rectangle over multiple cells at the moment. Another option might be to use onBeforeCellRender to use a different color for forbidden cells + use onE...

One Event with multiple resources

Answered: You need to create a special entry for each of the event x resource combination. You can use "joint events" feature to link them together so they will be moved and resized together: http://javascript...

Set a future date in scheduler

Answered: Solved it by using this.dp.StartDate = new DayPilot.Date(selectedDate)

Single Developer License

Answered: Yes, exactly.

how to resolve when a range time display too many events ?

Answered: I assume you mean the Calendar control: http://doc.daypilot.org/calendar/ You can play with the event arrangement mode settigs to see if it helps with the visibility of a lot of overlapping events: h...

Is it possible to add calendar and Time inside an edit event popup

Answered: DayPilot includes a DatePicker control which you can link to a Label or TextBox control. <DayPilot:DayPilotDatePicker runat="server" ID="picker" ClientObjectName="pick...

Image/PDF Export for ASP.NET MVC

Answered: The next MVC version (8.2) will include client-side PNG export support. You can create the PDF on the client side using jsPDF (http://mrrio.github.io/jsPDF/). It will let you insert the exported PNG ...

Disable parent resources from showing child events

Answered: The parent resources don't display events that belong to the child resources. However, a resource will display events that belong to another resource if: the resource ID is the same the resource ID i...

ShiftScheduling tutorial

Answered: It works like this: 1. When you use EventClickHandling="JavaScript" the Scheduler will fire the JavaScript code specified using EventClikJavaScript property. 2. It will pass "e" object to the JavaScr...

DayPilot Scheduler is not working on deployment

I downloaded demo copy of the Daypilot Scheduler But it's not working on deployed things.

DayPilot Scheduler Inline Event Editing is it possible tab key to next cell focus ?

I am fetching a problem with DayPilot Scheduler.In DayPilot Scheduler Inline Event Editing I want to go next cell by pressing tab key.

Bubbles with dates on scheduler have static locale.

Answered: This is a bug, indeed - it should be fixed now in the latest sandbox build (8.1.1931): http://javascript.daypilot.org/sandbox/ These indicators are disabled by default - you can enable them using .ti...

I am trying to delete a series of events using recurrence rule.. Is there a sample implementation available?

Answered: You can read the ID of the master event (that one that defines the series) using e.RecurrentMasterId. If you don't define any exception from the rule just delete the record with this ID. protec...

Problem to load events from list of self defined objects instead of EF6 object

Answered: It might be necessary to define the object items as properties rather than simple fields: public class DayPilotEvent { public string SysId { get; set; } public DateTime AssignedDate { get;...

Click events not firing in chrome

Answered: I have tried this on a few other computer and the issue seems to be isolated to one specific computer. The issue appears to be machine specific and not a problem with the scripts. JD

How to set a special color for actual date in Gantt?

Answered: There are two options: 1. You can add a separator: DayPilotGantt1.Separators.Add(DateTime.Today, Color.Red); 2. You can change the background color of the cells: protected void DayPilotGantt1_B...

Format column content in Gantt

Answered: You should use e.Columns[1].Html to modify the second column HTML. An example from the Project Management ASP.NET tutorial: http://code.daypilot.org/64294/asp-net-gantt-project-management protected...

Event Bubble

I am trying to have event bubble in day pilot scheduler. Which has a content of title, description and a image thumbnail. But the positioning is not happening correctly when i have this on the contro...
Previous Questions 2661-2680 of 5198 Next