All Questions
How to update the content of top left corner cell on scheduler?
Answered: Please see an example from Demo/Scheduler/Default.aspx.cs:
protected void DayPilotScheduler1_BeforeResHeaderRender(object sender, DayPilot.Web.Ui.Events.BeforeHeaderRenderEventArgs e)
{
...
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...
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...
is it possible to add context menu on cell right click in daypilotschedulerdynamic .?
Can we have this feature. We need it desperately. regards Rohit
How do i use the free time selected menu on daypilot scheduler.
How do i use the free time selected menu on daypilot scheduler.
AfterRenderJavaScript not working
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...
...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" ...
Strong name assembly
Hi. Is it possible to download signed (strong name) assembly of DayPilot Lite? Thanks.
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...
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?
I don't want to delete the node after dragstart event.
How to retainan externale event (not be deleted/removed)after dragthe eventto scheduler?
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...
Why no ShowToolTip and BubbleID properties in SchedulerDynamic?
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...
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...
Modal Popup Extender
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...
ContextMenuClientName for Month View
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...
menu Item
Hi, is it not possible to enable and disable menu item in context menu if possible please reply as early as possible
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...
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...
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...
How to change the style of DaypivotMonth?
Daypivot month controls position seems to be absolute..How can i change it?
It is possible to use event bubble outside the daypilot Calendar?
I wish to use event bubble outside the daypilot calendar when I mouse over a linkbutton. It is possible?
Camtasia 5.0 recording software disables bubble hover in DayPilot Calendar
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...
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
Events overlapping the week column
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...
How to remove the Demo text from DayPilotMonth Control
I used DayPivotMonth Control .But in the left corner its written as Demo..How can i remove that?
DayPilotCalendar1_TimeRangeSelected not reporting correct date
When the DayPilotCalendar1_TimeRangeSelected fires the e.start date is not correct. Even though the DayPilotCalendar1.StartDate is correct before the event fires when capturing this event the DayPilo...