Active Questions
dynamic scheduler: scroll throws an exception when using variable days.
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...
TimeRangeSelectedHandling property on client side doesn't seem to do anything.
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...
ScrollPositionHour Not Working in IE7
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...
Calendar is not work when using in the first tab control (Version 3.9 demo)
Dear Team, I tried to develop the application using tab containner . The event is not be able to move or resize in the first tab.Is this bug? Regards, Surerat
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...
Strong name assembly
Hi. Is it possible to download signed (strong name) assembly of DayPilot Lite? Thanks.
...Enable mouse hover on empty time
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" ...
Whats the best method to populate a daypilotScheduler
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?
getting a "Attribute 'EventSelectHandling' is not a valid attribute of element 'DayPilotScheduler' since installing new version
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...
DayPilotMonth edit problem
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...
Scheduler Update
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...
OnEventClick and UpdatePanel refresh
Hi, i'm trying to assign start/end time values of an eventto some drop down lists when the user selects a particular event. The drop down lists exist in the same UpdatePanel as the daypilotcalendar b...
Operation Aborted Error on IE
when i insert the dll (4.0) in my project IE does not load my page and gives Operation Aborted Error while it was working absolutely fine with dll version 3.9. Is there a Bug in it or there is someth...
Is it Possible to Reverse the Time and Date Display?
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
Drag&drop event from an external source
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...
DayPilot Assembly and namespace Renaming
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...
Is it possible to ddd DayPilot:MenuItem items at runtime ?
Answered: You can assign an event-specific context menu in BeforeEventRender event (e.ContextMenuClientName; should be equal to DayPilotMenu.ClientObjectName). The method of dynamic menu creation from my previ...
Calendar doesn't scroll to working hours or appointments
Hi, When I load the calendar it always displays 0:00 as the first time line. Andif I have appointments that areoutside the displayed time range then the Scroll down information is first shown after I...
SelectEvent after TimeRangeSelected
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...