All Questions

Code Example for ResourceBubbleID

Hi Any sample code for using the ResourceBubbleID? I'd like to setthem the same time as the Resouces. Try conn.Open() reader = comm.ExecuteReader While reader.Read DayPilotScheduler1.Resources.Add(re...

Set Row Height in Scheduler

Hi, How do I set the row height in Scheduler resource view? I've read some info about CellHeight but I cant see that as a property of the DayPilot Scheduler. Thanks

Changing the CSS/Style for Mothly Calendar

Is there way I can change the CSS and styles for month view? I want to use styles of my website and make the calendar blend with my website theme. Thanks in advance.

daypilot and VB.net

Answered: 1. All the examples are in C# but you can use VB.NET instead without problems. JavaScript is only required on the client-side. The client-side code is necessary when you want to fine-tune the perform...

Bubble is hover the DayPilotMenu

When using EventHoverHandling=Bubble in the Daypilot Calendar, the Bubble is postionned hover the DaypilotMenu (called from ContextMenuID).

How can we disable cell click

Hello I want to disable cell click on particular time period. I tried with BeforeCellrender event, but it doesn't have any property so that i can disable click on particular cell. I have a datatable ...

DayPilotMonth - making the day number unselectable?

is there any way to make the number of the day unselectable? is there any way to change the inner-html of the 'day' on the cell so that it can be placed inside a <div unselectable="on" />

Removing the Loading... message from the bubble?

is there any way to turn off the loading text completely on a bubble? simply blanking it out still displays a small tooltip sized box with no text in it before the bubble appears which looks kind of ...

Bubble

Hi, I have a trial of the DaypilotScheduler which is connected to a sql data source. There is a sample describing how to pop up a bubble with the event id, but how do I fill a bubble with data from t...

show more information than the ID

Hello, I'm trying to show more information than the ID when I click on an event, but I don't know how. I've tried some code, but nothing works, only the "e.value;" I show you my code, I hope you can ...

DurationBarColor

Hi, I would like to know if it could be possible to have other colors than "red","green","yellow", etc for the DurationBarColor property. I would like, for example, to have "#FFD294" as a color, or C...

DayPilotScheduler TimeFormat does not appy to events--?

Setting the DayPilotScheduler.TimeFormat = DayPilot.Web.Ui.Enums.TimeFormat.Clock24Hours works great for the headers (displays hours from 0 to 23 within a day), but it doesn't seem to display the eve...

Embedded Resources

Hi there, We are currently using v4.2 of the DayPilot control and its seems to be using embedded resources for JS and Images. This is causing some performance problems as these resources will not get...

Embedded Resources

Hi there, We are currently using v4.2 of the DayPilot control and it is using embedded resources for js and images. This appears to be causing some performance issues. Is there any way that we can tu...

Configurable Left Calendar Bar

Answered: Please see this topic: http://forums.daypilot.org/Topic.aspx/419/display_time_on_the_left_in_15_minute_intervals

DayPilot Lite - set color per event.

Answered: If anyone is still having trouble getting the calendar solution to work I had to add things I added to Andrea's solution to get it to work for me. In the DayPilotCalendar.cs I added void PerformDataB...

Wrong Start Time and End Time for a event in Week View

Hi, 1. I have a week view from Sunday to Saturday. I have hard coded the start date as "2007-01-07" as it is a sunday used it to calculate the other six days in the week. 2. I built events and displa...

Enabling the move event client side.

Hi Dan, Is it possible to enable the move event on the client side? I have an event in the scheduler and when you right click to move it, it performs a javascript function to change the colour to sho...

Calendar eventMove callback is not updating correctly

I have been using the callback on eventmove and eventresize events and the callback was working great. I then upgraded to version 4.7.1399 and the callback now updates, but all the events are no long...