All Questions

Mutliple Selection Count Bug

We downloaded the trial version in order to check if the product suits us. We encountered a bug/error and we are trying to solve it but it did not work. We are trying to select multiple event in orde...

Copy and paste issues in scheduler

Hi, I have now solved the problem I had when copying and pasting events. I still have a few issues though that I would appreciate some help on. I right click on an event and copy (this bit works). Wh...

ASP.net and MySql Support

I am trying to decide on a Scheduler Control addon for our website but our current Backend Database is MySQL. I have searched the forums and googled ever combination of DayPilot and MySQL but cannot ...

Recurrence Issue

I have an event in a database that needs to be set as recurring on the calendar. Currently I have a field called 'recurr' in the sql query for the data that is set to 1 for this event. How can I tell...

Duration Bar - Scheduler 7.6

Answered: Never mind. Just a .css difference between old and new. Set colour of duration bar in the style sheet, and removed "e.DurationBarColor = "#7cc144";" and it is now working properly.

Scheduler

Answered: corrected, it was the code behind issue.

Demo does not work, DayPilot / HideNonBusiness!

Answered: This is now fixed in the latest release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-6-sp1.html This old mechanism of hiding columns using BeforeTimeHeaderRender event is no longer av...

Only show weeks

We're trying to implement the DayScheduler in our booking system. In the system, we only allow friday-friday bookings. Is it possible only to show cells for weeknumbers, or when one pick a date in a ...

Changing Scheduler.CellGroupBy on runtime

Answered: Fixed it by adding "if (level == 0) groupBy = _scheduler.CellGroupBy;" to function "private TimeHeaderRow PrepareGroupline(int level)" in SchedulerTimeHeader.cs after line "GroupBy groupBy = _schedul...

onTimeRangeSelected(args) not passing values

Answered: The client-side event-handling API has two modes that can be switched using .api property: http://api.daypilot.org/daypilot-scheduler-api/ All DayPilot versions that include an integrated server-side...

Show Business Hours on Saturday using Javascript

Answered: Hi Patrick, In JavaScript you should use onIncludeCell event instead: http://doc.daypilot.org/scheduler/hiding-time-columns/ Example: <div id="dp"></div> <script type="text/javascript"> var dp = new ...

Theame

Answered: Yes. You can change the theme using CssClassPrefix property. Remember that you need to use CssOnly="true". See also: http://doc.daypilot.org/calendar/css-themes/

Schedule Resources based on table

Answered: Yes, you can access Resources collection in the code behind. See a hint here (it's the doc for the Pro version but the mechanism is the same): http://doc.daypilot.org/scheduler/resource-loading/

Resource Header Click - JavaScript

Answered: The resource header details are accessible using "resource" variable: DayPilot Scheduler tag: ResourceHeaderClickJavaScript="test(resource);" JavaScript: <script language="text/javascript"> function ...

Change color onclick through callback

Answered: You would have to store the value in the database or somewhere else in the WebForms, request a reload using Update() and set the new color in BeforeEventRender event handler. However, you can do it d...

Permissions on Scheduler

Answered: The best way to do this is to set EventMoveHandling and EventResizeHandling valu depending on the permission check. The default value is "Disabled" which will work for read-only scenarios. If the use...

How to send custom data to backend

Answered: Hi Isaac, You should be able to pass custom data to the server using .clientState property: http://doc.daypilot.org/calendar/clientstate/ ClientState is persisted until the page is refreshed and it i...

HeaderLevel no column defined

Hi, When column headerlevel is set to 2 and no column are defined throw an javascript error with cell.clientwidth cell is undefined i have a daypilot calendar in a modalpopup an i initialise it only ...

Bubble in ajaxtoolkit modalpopup

Hi, i use daypilot calendar in an ajaxtoolkit modalpopup extender and in this case the bubble are not dispayed. Did you have any idea to showing bubble Thanks

Column Header Height

Hi, i use calendar ressouce view and i would like to have different height in different columns header level. HeaderHeight property affect all level. I have custom html only for the first level (date...