Questions Tagged
want to move an event to a resource which is not currently visible
i want to move an event using drag and drop to a resource which is not currently visible on the scheduler. Is it possible to move the vertical scroll bar automatically as I drag the mouse downwards. ...
DaypilotMonth and div float + Changing the event size before render?
Setting the Daypilotmonth (other controls have no problems) in a div with a float set (left or right) renders a weird layout (a single line)... Guessing the layout inherits from the container and flo...
DayPilot Internal Rebinding on every Ajax postback
Not sure if this is a bug or just the way its supposed to work. Put the daypilot control in a conditional Ajax update panel Put another postback control (say a button) in a different conditional Ajax...
BeforeCellRender conflicting refreshCallBack
In Monthview I had a BeforeCellRender Event checking for if the cell date was today, to color the background different. But when i was trying to change the month with the refreshcallback weird dates ...
scheduler resource header problem
Is there a way to set the scheduler resource header width? I read in one of the old version you guys took out wrapping, so if the resource name is too long, it just doesn't show the end.
DayPilotMonth: Filter Events using BeforeEventRender()?
My datasource contains events that I may want to filter-out under certain conditions. Is is possible to use the BeforeEventRender() to effectively 'cancel' the event?i.e. .... e.Cancel = true; ...I k...
"operation aborted" in IE
My company is thinking of buying the pro version of daypilot (site license) but before my boss will allow the sale, this problem for us must be resolved. We have been evaluating the demo version for ...
Custom Event Context Menus on DayPilotMonth
The BeforeEventRenderEventArgs for the DayPilotMonth doesn't include a <b>ContextMenuClientName</b>. Is there another way to have different context menus assigned to different events in the DayPilotM...
Context Menu won't appear on DayPilotMonth
I can't get the context menu to appear for a DayPilotMonth control and I don't know why, are there any "traps" you can think of? I've set the ContextMenuID accordingly and set the EventRightClickHand...
Autosize Event Bubbles - almost!
Bubbles appear to have a fixed width. I wanted them to autosize to contents, so I placed a table in the InnerXml to help formatting and set the bg color of the table to 'tooltip yellow' using the 'st...
Can't get refreshCallBack() to work in ASP.NET 3.5
Hello, I've recently upgraded my web from asp.net 2.0 to .net 3.5 and ran into one thing with the refreshCallBack function. I've been testing the exact same code in .net 2.0 and .net 3.5 projects now...
(F58) Multiple columns in resource headers (DayPilotScheduler)
Hi I am very disappointed that this feature has been pushed back 2 months at the 11th hour from 4.6. Any help would be appreciated as this is a key requirement for me. Regards Andrew
How to get data such as time and date from selecting free time
Hi dan, I'm trying to make a pop up to add event into db. I manage to create a pop up from selecting free time. My question is, how can i get the time and date from the selected free time. And 1 more...
Different duration bar color for different resources
Hello, I need to show all the information or all the events related with different resources at the same time using the daypilot calendar control, so, in order to identify which events belong to an s...
Vertical scoll in scheduler not working in Day View
In the scheduler, I have set the heightspec="fixed" height="500px" ViewType="Days" The scoll appears and scrolls the table with all the events but the days are fixed and so every thing comes out of a...
DemoSql day Selection
Hi Dan, I am using DemoSQL of your DayPilot Lite. Now when you change date in the left hand side asp:calender you are setting DayPilotCalendar1.StartDate = DayPilot.Utils.Week.FirstDayOfWeek(); I wan...
DemoSql Day selection
Hi Dan, I am using DemoSQL of your DayPilot Lite. Now when you change date in the left hand side asp:calender you are setting DayPilotCalendar1.StartDate = DayPilot.Utils.Week.FirstDayOfWeek(); I wan...
DemoSQL Day selection
Hi Dan, I am using DemoSQL of your DayPilot Lite. Now when you change date in the left hand side asp:calender you are setting DayPilotCalendar1.StartDate = DayPilot.Utils.Week.FirstDayOfWeek(); I wan...
Day View in daypilot lite
I am using DemoSql folder of DayPilot Lite. I added dayview.aspx to this folder Now when i select a day in asp:calender on extreme left how to show details of that day in dayview I will really apprec...
DayPilotBubble & Master Page
Hello! I use DayPilotCalendar and DayPilotBubble controls. My trouble is : When DayPilotCalendar is on page without master page everything is OK. But when it is on a page wich has master page DayPilo...
ToolTip InnerHTML property in BeforeEventRender
Hi Dan, is it possible to format the HTML of the tooltip in the BeforeEventRender event (Calendar). I don't want to use the event bubble if possible. Cheers Michael.
Probleem using DemoSQL
Hi, I created a new website,added daypilot to toolbox.When i ran the website ,calender is shown on screen but without any data. All the code is from downloaded folder. Why its not showing any data on...
Silverlight 2.0
Hello, Will you do a Silverlight 2.0 version of your great calendar control ? If answer is no/never, do you know how can I use it with Silverlight 2.0 ? Thanks :)
Simple Requirement for a Resource View
Answered: You are right that it's not possible at the moment. I plan to add the missing features to DayPilotSchedulerDynamic so that's the way to go (you just need to wait a little bit). There is a raising num...
No weekends on Schedular, Month view
Answered: In the Scheduler control, it's possible to hide weekends using ShowNonBusiness="false": http://www.daypilot.org/scheduler-hiding-non-business-hours.html In the Month control, it's possible to use Sho...
How to start
I just downloaded Daypilot i don't know how to use it. I saw all the forum topics.but still don't know.I have worked in asp.net 2.0 but don't know AJAX. Any help will be really appreciated.
DayPilotMonth - Different Event Heights?
In DayPilotMonth, in some events I need to show just a single line of Text, and in others I need to show multiple lines of text. As space on the screen (and inside the day "cell") is limited, I would...
Printing Scheduler
Hi Dan, I am using the latest release of the daypilot scheduler and have trouble with printing. I am using the following: ViewType="Days" HeightSpec="Auto" ScrollPosition="25/02/08 07:00" BusinessBeg...
DayPilotMonth client refresh
I'm having trouble changing dates in the DayPilotMonth control. I've tried changing it via server side but it didn't seem to work. I changed the StartDate to a new date and it seems to bounce around....
Overflow:hidden causing problems in new version
When I build a Scheduler for a week I see the first date I then see half the next day and the rest are hidden. I found out is because the overflow for the scroll is set to hidden. More information: V...