All Questions
Scroll position getting lost when doing a next or previous day/week?
Hi Dan, I have implemented on our control a day/week/month view which works perfect. I have also implemented a previous and next function for each of the views. The problem I have is that when I do a...
Using Themes
I'm trying to apply theme skins to the various controls. The DayPilotCalendar works great. However, for DayPilotBubble and DayPilotMenu, I have not had any luck. I keep getting the YSOD with the erro...
eventMenuClickCallBack
Hello Dan, I know that I can call the eventMenuClickCallBack from a JavaScript but what about the TimeRangeMenuClick event, can this also be called from JavaScript?
Getting Started
Answered: I can recommend the tutorial (which is for the Lite version but the principles are the same for Pro). Then you should take a look the SQL demo (Default.aspx and Default.aspx.cs in DemoSQL directory i...
DayPilot Lite in a ASP.NET Panel control
Hi: Trying set a DayPilot Lite control in a Panel control (with vertical scroll), the entries in calendar appear outside of panel, visible even if they are hidden by the panel. Do you know as fix thi...
Conditionally appearing MessageBox(JavaScript)
hi, I want toshow a MessageBox in my EventMove. My problem is, that the MessageBox should not appear every time an Event moved. It only should shown bye some conditions. So I have to set the JavaScri...
how to count events in particular cell
is it possible to control the cell width by stopping events to visible for particular number
how to count number of events in a particular cell
irequire only particularcell to consists of 10 events remaining by click redirects to another page
Localize header info in Schedule View
1st sorry for the repeated post.. I didn't think any one would see the response to a post from last year so I'm reposting as a new topic... I was curious where the header text in the scheduler comes ...
SchedulerDynamic DurationBarColor
Answered: Thanks, I'm glad you like it. It's still missing a few features and the duration bar is hardcoded. But it will get better and better (and the duration bar color will be fixed in 4.5). Thanks for repo...
DayPilot Lite 2.3
This Feature is developed in which Framework? Means is it in VS2005 with Framework 2.0 or VS2003 with Framework 1.1? Reply.... Thanks, Nirav Upadhyay
change schedular time format
Hi How can i change the time format to look like in the- demo/Scheduler/Day.aspx 12AM ,1AM instead of 0,1 Thanks Roiy
Help with possible AJAX Issue
Hello, I recently downloaded the demo and I have to say it is working pretty well. I ended up putting the DemoSQL code into a page on my project and got everything working just fine. I then added a T...
set Witdh of the DayPilotScheduler Resources
IS it possible to set the width of the resource cell in the scheduler?
Scroll position not working in iframe
Hi Dan, I have placed the control in a iframe and set the scroll position to 7:00. When in the iframe this doesnt work, but when I go direct to the URL the scroll position works fine and starts at 7:...
Retrieve ResourceId when Resizing or Editing Calendar
How do I set and retrieve the ResourceId on the calendar just like I do the description, start, and end time? The resourceid on the "e" argument is always empty. Thanks
Invisible Events and Other Intriguing Questions
Is it possible to accomplish the following: In BeforeEventRender, is there a way I can choose to either have it NOT render the event OR give it an invisible background? In addition to the above, is t...
error on callback from refreshCallBack
I am getting an exception: $t.colors[...] is null or not an object after I make a refreshCallBack call. Any ideas????
Printing Calendar
Answered: Since DayPilot Pro 4.9, printing is supported for DayPilotCalendar through PNG/JPG/GIF export: Documentation: www.daypilot.org/daypilotcalendar-image-export-bmp-png-gif-jpg.html Demo:www.daypilot.org...
IE6 Events disappear on manual window resize
Installed new version 4.4.1357 Using DayPilotCalendar in multiple days view (7) with BusinessHoursNoScroll inside Ajax UpdatePanel Not sure if this existed in earlier verions or not but I've got a sl...
Double planned in times
Hello Dan, I read in the roadmap of the latest version that it is possible to prevent items form being planned in at the same time. Could you enlighten me how this is realised? I have another questio...
Hiding non-bussines days.
Hello Dan, Could you tell me how i can hide the non-bussiness days from the scheduler/calendar in the latest version? I havent found any documentation regarding this, it would help me alot. Thanks in...
Refresh Dynamic Scedular
Hi, I love the new dynamic schedular but how can i do a refresh to another week. it used to have a onrefresh property but the dynamic doesnt have one. javascript:dps1.refreshCallBack(7, null, 'new') ...
Not displaying delete cross button on Mac OS
Hi I am Gurnek from Graycell Technologies Exports company. We have licenced version of DayPilot calendar 4.1. we are facing a problem with DayPilot calendar that it is not displaying cross button (de...
How to edit an event from a menu item.
I want to have an Edit menu item for an event. But how do I start the inline editing after selecting this item from the context menu? I prefer to not using JavaScript if possible.
How to retrieve free time from calendar
I would like to retrieve times on the calendar that have not been occupied by any events yet. Is there a way to do so? Thanks.
Duration Bar and event to have different times in Scheduler
Hi Dan, I was just wondering if it is possible to set a time for the Duration Bar and a Different time for the Event block? Reason I ask is because a lot of our locations have a setup time of which w...
On mouseOver an appointment, it 'mirros' the appointment until mouse out... only happens if access remotely.
I have Day Pilot Pro Version 4.3. Browser IE7. When I mouseOver an appointment, it 'mirros' the appointment to a space above it if there's room to mirror, if not then no mirroring. The mirroring is o...
The message received from the server could not be parsed...only in Vista.
I am on DayPilot Pro 4.3. I am getting"The message received from the server could not be parsed" whenever I click on an existingappointment or empty space to create a new appointment. But Only in Vis...
Event Box Label
Answered: Probably my response got lost somewhere, so: I've added a new ShowEventStartEnd property to DayPilotMonth. If you set it to false the starting and ending times won't be rendered. Hopefully this will ...