Hi, I've come across an issue with the scheduler whereby when you drag an appointment down from the scheduler across the lower scrollbar an error occurs at line 2 saying: 'row.clientHeight' is null o...
Answered: Please see an example from Demo/Scheduler/Default.aspx.cs: protected void DayPilotScheduler1_BeforeResHeaderRender(object sender, DayPilot.Web.Ui.Events.BeforeHeaderRenderEventArgs e) { if (e.IsCorne...
I have a page that renders a schedule control with time range selection disabled and when the user clicks on a button it calls a piece of javascript to enable the time range selection. The code I use...
I want to show a schedule for a specific time frame (1 day, 1 week or 1 month). By calling the 'refreshCallBack' script I change the amount of days the scheduler has to show. So far so good, but when...
I have placed AfterRenderJavaScript="alert('Test');" in my weekview tag in the aspx file. Yet, when I load the page, I never see the alert box. I can see the "c.afterRender = function(data) {alert('T...
The daypilot "Lite" supports a HoverColor and EventHoverColor that changes the background color when the mouse rolls over the event (or empty time slot) -- and changes the mouse cursor to the "hand" ...
Hi, I'm getting a "Attribute 'EventSelectHandling' is not a valid attribute of element 'DayPilotScheduler' and the same with ;EventDeleteHandling' and 'EventDeleteJavascript; since updating to the la...
At the moment I use a SQL datasource on the same webpage as the daypilotScheduler. Is this the best way, or would it be better to do this programatically using a SQLcommand in the code behind page?
I am using the full Demo version to test the software before i buy it. When I add a DayPilotMonth component, bind it to my database it reads it fine and i can see the events populate. I have also cha...
Hi all, I've an ImageButton inside a DataGrid TemplateColumn. The DataGrid is inside an UpdatePanel. When i click on the button, i bind a new dataSource to the Scheduler an call DataBind but the Sche...
As the topic title says, why are there no ShowToolTip or BubbleID (to open an Bubble) properties on the SchedulerDynamic? I've tried to mimic the behaviour (with a context menu) but the control lacks...
Hello, I am trying to set the ScrollPositionHour inthe DayPilotCalendar control to 8, however it doesn't work in IE7. I have tried it in Firefox and it works ok. Is there a way around this in IE7? Th...
Hi, I'm trying to set up the daypilotcalendar with a modalpopupextender, so that when the user creates a booking by selecting the time fields, the popup will appear and ask a couple for a couple of e...
I need to be able to use different types of context menus based on different event types. In day/week view, this would be accomplished by setting the ContextMenuClientName in BeforeEventRender. Howev...
Hi , I have renamed my daypilot Assembly and namespace in my project to to Daypilot_old.By changing the name of all the namespaces and Assembly in the Daypilot component and re-referencing them in my...
Hi, If darg an event from external source to scheduler (year, month and week view), the start date time of the event always start from 00:00:00, if the external event contains the start date time pro...
On TimeRangeSelected I am creating a new event. I want that event to be selected (event select bars visible) after creating it in TimeRangeSelected. I assumed DayPilotCalendar1.SelectedEventValue = r...
We are about to release our new schedule control and are making our standard videos for our users which records screen work flow using Camtasia Studio. Everything works great during the recording exc...
What I need is to display the Hours (Time) horizontally and the Days vertically. For example: Date: 12 AM 1 AM 2 AM 3 AM 4 AM 1/1/2008 1/2/2008 1/3/2008 Is this possible? Thanks -Mark
Using the DayPilot lite I have a weekview split into 5 days. I have about 10 (all-day) events happening on day 1, when I view the calendar the last even on day 1 overlaps slightly onto day 2 (it basi...