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

Questions Tagged scheduler

How to add different colors for days and weeks header

Answered: You can use BeforeTimeHeaderRender event handler to change properties of the time header cells. Example: protected void DayPilotScheduler1_BeforeTimeHeaderRender(object sender, DayPilot.Web.Ui.Even...

Huge(30 sec. just on server) performance problems with 30 days for 300 resources for aprox. 4000 events

Answered: Hi Darko, Please see the following checklist: kb.daypilot.org/28947/how-to-improve-speed-of-the-scheduler-when-showing-many-even/ The most important step would be to upgrade to 6.2 SP3. It doesn't st...

Is it possible to freeze the header of the scheduler?

Answered: Figured it out: http://www.daypilot.org/scheduler-height-vertical-scrollbar.html

Plan multiple resources in the scheduler in one go?

Answered: This can be done, but: 1. You need to separate the actual events from resource links in you database. Each event could be possibly linked to several resources so you need one more table for the link....

Scheduler per year

Answered: Yes, it's possible. Here you can see something similar but showing one week per column. You can switch to one day per column by modifying CellDuration property to 1440 (one day has 1440 minutes). htt...

Drag n' Scroll

Answered: This feature is now implemented (build 6.5.2303). See also: http://www.daypilot.org/daypilot-pro-6-5.html

Is it possible to influence the color of the crosshair?

Answered: Two new properties were added (build 6.7.1847) to DayPilot Scheduler: CrosshairOpacity (default value 20) CrosshairColor (default value "gray") You can use them to adjust the appearance of the crossh...

Hiding NonBusinessHours in the DayPilotScheduler LITE ???

Answered: The Scheduler in the Lite version has two relevant properties: BusinessBeginsHour BusinessEndsHour They will allow you to define the business hour start and end but the actual effect is a different b...

Schedular WeekStarts

Answered: Hi Rob, Sorry for the delay. Monday was hardcoded as the first day of week (having effect on the header group) in DayPilot Scheduler. I've just added WeekStarts property that works the same way as in...

Schedular Customer Day/Week Header

Answered: Sorry for the delay... You can customize the headers using BeforeTimeHeaderRender event. The first row (group header) can be detected using e.IsColGroup property and the content can be set using e.In...

How to change the default holiday in schedular Control?

Answered: Customizing the background colors: http://www.daypilot.org/scheduler-custom-cell-rendering.html Hiding non-business days (including customization): http://www.daypilot.org/scheduler-hiding-non-busine...

Default view for schedular....

Answered: Hi, I got the way to do this. DayPilotScheduler1.SetScrollX(DayPilotScheduler1.StartDate.Date.AddHours(5)) thanks

Update DayPilot and GridView with Callback

Answered: CallBack can be used primarily for changes of the DayPilot control itself. Changes to other parts of the page have to be done manually using AfterRenderJavaScript. It would be possible to send the da...

No weekends on Schedular, Month view

Answered: In the Scheduler control, it's possible to hide weekends using ShowNonBusiness="false": http://www.daypilot.org/scheduler-hiding-non-business-hours.html In the Month control, it's possible to use Sho...

Scheduler - onHover event with custom tooltip

Answered: This is now implemented as DayPilotBubble control (first release in DayPilot Pro 4.2).

String was not recognized as a valid DateTime.

I am receiving the following error when attemping to run a page with the Scheduler control on it: String was not recognized as a valid DateTime. I have the DataSourceID set to an ObjectDataSource whi...
Previous Questions 451-466 of 466