Questions Tagged how-to
Is it possible to show 'custom' object data (i.e. not appointments) in month view?
We have a requirement to show a month view with each day cell displaying 'activity' information - so it's not appointment data at all. In addition we need to be able to show a custom popup form when ...
How to increse CellHeight dynamically of DayPilot Calendar Control in Week view?
We have added daypilot Calendar control as given below <DayPilot:DayPilotCalendar ID="dpcReportingSchedule" runat="server" Days="7" HeaderDateFormat="dddd" DataValueField="ReportingScheduleID" DataSt...
External Drag&Drop problem
Answered: This error is now fixed (build 2433). See also: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-6-8.html
DayPilotPro Designer Wanted!
Hi All, I urgently need a designer to configure the Sheduler Control of DayPilotPro for our online booking website, ASAP. 1. We need to dynamically link to our MSSQL Server to display bookings/rooms ...
DateTime issue in EventMove
Hi, I want the NewStart and NewEnd to be like 09:30:00 and 10:00:00 when dropping the event (like in EventResize). Currently I'm getting the correct hour but minutes and seconds are the same as curre...
DPMonth TimeRangeSelectedHandling Callback Modal Popup
Hi, I use the DPMonth OnTimeRangeSelected method to pop a modal window for editing/adding new events to the Month calendar. I cannot get a Modal window to present OnTimeRangeSelected using the Callba...
Logging All DayPilot Errors - js & .net
Hi, I'm working with DP ver 5.4.1722 DEMO. I've added ELMAH (http://code.google.com/p/elmah/) to my project as a centralized error log and notificationtool, butI'm struggling with javascript errors. ...
How to change Event Font Color dinamically
I need change the event font color dinamically for some events, I can do it for Event BackColor, How can I do this for event font color? this is my code: protected void DayPilotCalendar1_BeforeEventR...
Scheduler: Click event resource
Hello again, Is it possible to have a click event or context menu on the resources in the left column? Grtz Ralph.
Scheduler group by month
Hello, Is it possible to set the duration of the cell to the length of the specific month? For example: First cell - April 2009 - 30 days Second cell - May 2009 - 31 days. Third cell - June 2009 - 30...
eventmenuclick help
Hi, I posted this in general and then I figured it really belongs in here. Sorry to double-post. I am trying to get the eventmenuclick handler to work as a postback. I have a scheduler control timera...
eventmenuclick
Hi, I am trying to get the eventmenuclick handler to work as a postback. I have a scheduler control timerangeselected handling to Hold and a context menu added to the scheduler. My expectation is tha...
How to change the direction in client side?
Hi, Is there a way to change the direction of the calendar at the client side? (javascript) Thanks Rafael
Bubble events in dynamic scheduler
Does the bubble events work in the dynamic scheduler - if so how do I get it to work? Thanks Mike
how do I set the width of the dynamic sceduler to 100% of the container width?
I want to be able to handle different width browser windows - this can occur from a user having a larger resolution or from the user resizing the window on the fly. Can the dynamic scheduler control ...
RowMarginBottom and Height of DayPilotScheduler
I have a DayPilotScheduler where I add resources dynamically. I haven't set any height properties anywhere, and the height of the scheduler perfectly matches the number of resouces (=no vertical scro...
"Smart" external drag & drop
Is it possible to limit where an external item can be dropped to? For example, allowing an external item to be dropped only on the 5:00 to 6:00 slot. I realize it is possible to validate this server-...
Replicate NonBusinessHours="HideIfPossible" in latest ver??
In the latest build NonBusinessHours as been removed, it is possable to replicate this in the new ver? Cheers dan
drag & drop items between two schedulers
Is it allready possible to drag items between two schedulers on the same page? if so, can someone provide an example? Greetings Willem-Jan Putto Maral automatisering BV
Read-Only Mode in DP-Pro
How can I make DayPilotCalendar read-only? I just want to display Events to users. So I need to disable all Pop-Up Menus completely. Thank you, Reinhard
How do I connect DayPilot Navigator with DayPilot Month in VB.NET?
Answered: I'll try to clarify: There are two events that the Navigator control is firing: VisibleRangeChanged - fires when the user clicks the < or > links in the navigator header (to switch to the next/previo...
Day cell hover in DPMonth?
I want to change the appearance of a single day cell (not an event) in DayPilotMonth on hover to inform the user that something is likely to happen when it's clicked on. Is there a way to do this? (P...
Schedular WeekStarts
Answered: Hi Rob, Sorry for the delay. Monday was hardcoded as the first day of week (having effect on the header group) in DayPilot Scheduler. I've just added WeekStarts property that works the same way as in...
Custom context menu & Selection handling
Two questions: 1. Is it possible to set DayPilot Calendar to only allow one cell to be selected at a time? 2. Is it possible to disable the context menu based on where the user clicks? (some cells do...
Remove Time in Scheduler
Hello, Is it possible to remove the time on the event's name? I have tried setting the start and end time to 00:00:00, but it did not remove the time on the event.
Possible to show events summary in cells with DayPilotMonth?
Hi I'm evaluating DayPilotMonth and DayPilotCalendar Pro at the moment. In my system, I will have to cater for up to 20/30 events per day. I would like to use the DayPilotMonth control, however when ...
Schedular Customer Day/Week Header
Answered: Sorry for the delay... You can customize the headers using BeforeTimeHeaderRender event. The first row (group header) can be detected using e.IsColGroup property and the content can be set using e.In...
moving an event between 2 DayPilot controls on the same page?
Is there any news regarding moving an event between 2 DayPilot controls on the same page? It appears to work when you have the same hour range displayed on each day pilot, but fails to work when they...
Setting styles of timescroll and resscroll
In the scheduler, is there a way to set the styles of the div clientid+timescroll and clientid+resscroll to a custom style. On the moment I achieve this by using the 2 styles below (my scheduler is i...
Updating Navigator after event was dragged or resized.
After a user has moved or resized an event, the "busy" times is not updated in the navigator. This is the settings and also what I tried: DayPilotNavigator1.Rebind() (no effect) My events and the nav...