All Questions
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...
DayPilot scheduler live demo
The seperator in the scheduler live demo doesn't work fine. If you change the treeview expands, the seperator length has always the same length, doesn't it?
Need suggestion on scheduling
How would one go about handling a single daily event count in excess of 40,000? I think i need toceate 40K indiviudualschedules with a recurring daily event. Is this even possible? or even Manageable?
Operation aborted with IE
We have been using the DayPilot Calendar and we have seeing an "Operation Aborted" error in IE.We have been using the last version(5.8) of dll. Please advice.
How to Start calendar days time on the half hour with 1 hour appointments
I was wondering if anyone has started a calendar day on the half hour with 1 hour appointments. For Example I want to start the opening times at 8:30 but each available appointment time is an hour. T...
Setting ContextMenuSelectionID
I've got a requirement to show or hide the scheduler context menu based on a condition evaluated in code-behind. If I'm setting the scheduler ContextMenuSelectionID (e.g. to show the context menu) vi...
DayPilotScheduler.getRowByIndex error
If we do an ajax request to refresh the scheduler, then try and right click when there's only one result, it results in an "DayPilotScheduler.getRowByIndex" error and the menu won't show. Ides?
Using Read only fields
Hi. I am having problems using read only fields on with the pop-up event detail - the full code is below but in short This doesn't work (nothing happens when I press "update" <asp:BoundField DataFiel...
Operation aborted with IE
Hi all. I am using the scheduler, and I have the famous IE bug "Operation aborted". This problem occurs only when I have a lots of events (maybe more than 300 lines) I am using the last version of dl...
Event Name length limit in Day Pilot
Hi, Can you tell us how to show an event in event calendar whenever we have more text to display. We want that to show on multiiple lines; so, is it possible?
Problem with BeforeCellRender event
For Months that span to 6 rows the DayPilot_BeforeCellRender event is not including the 6th Row and hence we are not able to operate on that. Can you tell us what we are missing here.
Scheduler
Hi, To get me started I'm using your Lite version of DayPilot. Re Scheduler: How can I handle my FirstDayOfTheWeek being a Saturday (rather than the Sunday and Monday options offered) We hire stuff o...
The Apply link is not working for Fast Filter
Hi Dan, Hope all is well. I'm am having problems with the javascript:filter(); for the the apply link for the Scheduler. I searched throughout the site and can't seem to find out what I am doing wron...
System.Exception: Unsupported escape sequence
I just started to test DayPilot....if I want to set a new Event, I always get an exception in this line: page.Response.Write("parent.DayPilot2.ModalStatic.result = " & DayPilot.Web.Ui.Json.SimpleJson...
hide non business hours with fixed height Calender
Answered: DayEndsHour property will be available in DayPilot Pro for ASP.NET 6.5 release: http://www.daypilot.org/daypilot-pro-6-5.html
Problem with Datafield and read only
Hi. I've been working from your tutorial and adapting things and run into a real head scratcher. When I make a datafield readonly it stops working. For example This works <asp:BoundField DataField="J...
Weekly Export (PNG) Doesn't Export Last Day
Hi, We're using DayPilot grouped by day to give us a 7 day weekly view in scheduler mode. The data displays fine while on-screen, but when exporting to PNG , the final day (e.g. day 7) appears to be ...
Slots in Chrome browser are display as empty boxes.
Answered: I used this to fix this problem TimeRangeSelectedJavaScript="FixWidth();" VisibleRangeChangedJavaScript="FixWidth();" function FixWidth(){ document.getElementById('ctl00_ContentPlaceHolder1_DayPilotS...
Cannot find the control in code behind
I've tried DayPilot. When I need to create a new VS project, I follow the instruction that to add bin and tool box. In the aspx, I can add the DayPilotCalendar as ID="DayPilotCalendar1", but in code ...