Questions Tagged
Javascript error in v5.9 SP2 Calendar
Hi We've just attempted to upgrade from v5.8.1968.0 to v5.9.2029, but have had to rollback. In the new version, whenever we select a menu item in a DayPilotMenu we get a javascript error: Microsoft J...
How to add list of items to Day pilot?
Let's say I have a ASP.Net bulleted list control having items that I want to add to Day Pilot control. The items should have name property, start date property and end date property. I want to add th...
Setting width = 100% for scheduler stretches outside screen
Answered: Please see: www.daypilot.org/daypilotscheduler-layout.html
Hide weekends when showing more than 5 days in calendar
I would like to hide the weekends so it only shows mon-fri-mon-fri-mon-fri and so on. I think this is already supported in the scheduler but it would be nice to see it in the calendar view as well.
Pass and receive a variable to event move
Hi. I need to pass a variable to event move from the client side. I'm working with this code: Sending with function moveEvent(e, newStart, newEnd, oldColumn, newColumn) { var myArray = ['a', 'b', 'c'...
Open a new window using window.open
I use contextmenu to print a report. I test the command of DayPilotScheduler1_EventMenuClick which is "print" I want to open a new form and i use (which works with other page in vb.net) "<script lang...
DayPilotScheduler1.Update(CallBackUpdateType.Full)
In my programm I want let the user decide about a few properties of my scheduler. for example height by clicking on an imagebutton, or cellgroupby by clicking on a radiobutton. But why does the sched...
Context menus.
Hi, It is possible to display a context menu when not selecting an event? At the moment I have it switching between different context menus for different events, however I was wondering if I could cl...
How to add days manually?
I need a way to skip a day within my week. Like monday, tuesday, thursday... Is there a way to manually add days to the calendar so I can achieve this instead of the days being all auto-generated by ...
IE6/IE7 Memory Usage
Hi, We're currently building a scheduling app for a client. We have found that with reasonable of resources returned (e.g. 50-100) and a reasonable amount of appointments, the memory usage/performanc...
Horizontal scrollbar not available
Hi, I am trying to add a horizontal scroll bars on the calendar is it possible and if so, could you let me know how I could achieve this?
How to use the horizontal scroll bar on the DayPilotCalendar?
Hi, I am trying to add a horizontal scroll bars on the calendar is it possible and if so, could you let me know how I could achieve this?
Problems with DayPilotCalendar Export
Hi I am having a number of problems with the export function of the DayPilotCalendar (i.e. Me.dayPilotCalendar.Export(ImageFormat.Bmp)) that are causing the image to not match the calendar as it rend...
Date format problem with daypilotcalendar control
Hi, We are have a problem while uisng daypilotcalendar control in different cultures and need help. We are using latest version of Day Pilot (5.8.1956.0) in one of our applications. Currently the app...
How to include Saturday and sunday in day pilot schedular
How to include Saturday and sunday in day pilot schedular i need time 9 am to 5 pm including saturday and sunday (means full week with Seven Days) not 24 hour format ------- full week is showing with...
how to show month for a particular start dae and end date
i am using DayPilotMonth in that its showing privious months ,i don want that. i want to show the dates between 3-4-2010 to 28-4-2010 in month view. how can i show it ..? please help me. thanks in ad...
Tooltip over any cell in DaypilotScheduler
Hi, Im currently trying to have a tooltip over any cell when i hover over it. However this option isnt available when i try to set it in Before Cell Render. Is there anyway i can do this? I have also...
Week filling cell on export
There are a problem with exporting charts with week cell duration. On webcells are full filled, on exported images not.In export, cell are filled proportion to days in week. If charts during 3 days i...
Week - during 10080 minuts not 10800!
There are serious problem in source file. You set there week during 10800 minuts, and day as 1440 minuts. Day during is correct, but 1440*7=10080!
Week - string
Hello, Wheni choose: .CellGroupBy = GroupByEnum.Week; On chart there are strings: Week 44, Week 45 itd. I'm from Poland, and my boss don't want english words in this project. To change thisI had to m...
Is it possible to change the "Loading..." text when performing a callback?
Hi, Im using Daypilot Pro and event move callbacks,is it possible to change the "loading..." text to something different?
Inline Edit Mode
Hello, I am new about DayPilot. I'd like to know how could I enter inline edit mode. I have seen the source of DayPilot Pro, but I do not understand how it is implemented. Does anyone help me? Thank ...
commandCallBack within a daypilot calendar control
Hi, On my page (.aspx) there is a DayPilotCalendar control, I'm trying to use the following commandCallBack(command, data); The server-side method gets fired and I'm able to check the e.command howev...
Month - _BeforeCellRender does not affect the 6th row
The _BeforeCellRender method is working fine whenever there are only 5 rows in the DyPilotMonth calendar. However, when there are 6 rows for a particular month, the 6th row of days/cells does NOT ent...
Existing CSS Styling messing up the displaying of the Calendar
Hi, I have just placed a DayPilotCalendar control onto a page that already contains CSS, when viewing the page the calendar control is not displayed correctly, I believe this problem is due to the ex...
Error adding control to VS2008 Toolbox
When I attempt to add the control to my VS2008 toolbox I get an error loading types from assembly... Request for the permission of type 'System.Web.AspNetHostingPermission, System'
How to chose one specific day in DayPilot Navigator
Hi When I handle the event OnTimeRangeSelected ... I always get start and end date of the particular week row that I am clicking. How do I extract the information about which particular day that was ...
events zigzag instead of stack when end time equals the start time of another event
I was wondering if it was possible to get the events to line up like: event 1 - 12-3 event 2 - 3-4 right now, they look like this: event 1 - 12-3 event 2 - 3-4 How can I get event 1 ending at3 and ev...