Questions Tagged bug
Moving and Resizing in IE 8 issue
Hi, i'm evaluating the Calendar (dll version 6.1.2116.1) and it is giving me a strange issue in Internet Explorer 8 (8.0.6001.18702) (not in Chrome nor Firefox). I use Resources CellDuration="15" Cel...
Update Resource Columns during CallBack in DayPilotScheduler
Answered: It seems to work fine. I've modified the Demo/Scheduler/RowHeaderColumns.aspx.cs example as follows:
protected void DayPilotScheduler1_EventMove(object sender, DayPilot.Web.Ui.Events.EventMoveE...
Blue lines grid on top : error
I am populating about 100 slots each of 10/15 minutes in a week. There are strange blue lines appearing on top and at the end of every slot. When I try to edit any of the slot by clicking on it, blue...
Event Secound Time Click Bug
In Daypilot Calendar If U Create One Event spposs Time 9 - 10 . and Event pop up Open . Now Cancel Pop and Secound Time Click On Same Time it Is Not Working...
Export the Calendar to a Bitmap either with API or a special printing page
Hello! Every example when it comes to export the Calendar to an image is trigged with a button click event from a page where the Calendar is allready rendered. I have tried to export the grid on Page...
Scheduler EventClickHandling="ContextMenu" broken
DayPilot 6.1.2116.1 / Windows 7 x64 EventClickHandling="ContextMenu" works on the Calendar control, but not on the Scheduler control. In Firefox 3.6.11, I get "this.data is undefined"; In IE8, I get:...
Problem with Start Date field - ASP.NET
I have a strange problem when using DayPilotLite.... When I select a date range it brings up the model pop up fine. But when I try and insert it the Start Date field is cauing problems.... It shows d...
Printing Calendar and Clear Type
Something wrong with Event text when Clear Type on server is ON, it isnt clear and easy to read. Column/row headers are Ok. Also, font color is stil taken from header - bug not fixed.
Firefox 3.6.10 for Mac Context Menu Issue
We have discovered a bit of a problem with the context menu on Firefox 3.6.10 for the Mac. This can be reproduced on the Live Demo on this site. If you right click on a calendar cell, the context men...
MenuItem wehere Command=Delete and Action=JavaScript fails
My code: <DayPilot:MenuItem Text="Delete" Action="JavaScript" Command='Delete' JavaScript="if (confirm('Delete ' + e.text() + ' ?')) dps1.eventMenuClickCallBack(e, command);"></DayPilot:MenuItem> Js:...
Cells with class previous and next are shifted by 1
Having a problem with DayPilotMonth 6.1.2116. While using classes, days that belong to the next and previous month are shifted by one. For example: -Viewing September -September 1st has class previou...
I got Exception lke: Instance of JsonData doesn't hold a double
When iresize event in the demo applicationof the daypilot pro,Its giving exception like "Instance of JsonData doesn't hold a double".please give me reply as soon as possible thanks, Ganapati Panapana.
Changing HeaderDateFormat misaligns columns in week view
Answered: Could you please try it with the new 6.1 release? This issue should be fixed there.
Grid lines out of sync with resources
Hi. Steps to reproduce: 1) Open a schedule view using IE8 (http://www.daypilot.org/demo/Scheduler/) 2) In the bottom right hand corner of the browser, change the zoom level to something other than 10...
"Printing Calendar" is not printable
Hi, I'm using your product to print a calendar through the code provided on your website. I can export a calendar to an image, but if you do a print (or print preview) the image is not printed/visibl...
Bubble not shown on Calendar when both Calendar and Scheduler on one page
hello, whenever iput both calendar and scheduler on one page there is no bubble shown on the calendar control, but it is shown on the scheduler control. when i remove the scheduler control from marku...
Scheduler ShowNonBusiness - backColor is null
Using DayPilot 6.0 SP1 When using schedule view and selecting false for ShowNonBusiness get error backColor is null or not an object. Help please!!!
Unsupported escape sequence
Answered: This is now fixed in both the ASP.NET (build 2250) and the MVC (build 5283) editions.
Cant Migrate to DayPilot 6.0
Im trying to migrate to daypilot 6.0 DLL. I changed the daypilot.dll to the new one Then, in VS2005 I right clicked and did Update Reference And now nothing is working. Im getting permission errors.....
strange blue bar on top and bottom of event
Hello, I have some strange blue bar on top and bottom of some Event, the difference between the two types of my events are the properties (backgroundcolor, etc..) and the text in it... I see the bug ...
Javascript Error this.table.offsetWidth is Null
We use DayPilotPro-6.0.2078. The error throws in Scheduler.src.js on line 2598. I change the code into the following:
this.setRightColWidth = function(div) {
if (this.getLayou...
All day events not working in Calendar
Hi In v6.0.2076.0 our All Day Events don't seem to be working, if we rollback to our previous version (v5.8) they work again. If we make an event an all day event it disappears, it's not rendered at ...
Unable to show alert message if written in Calendar Control
When iam writing any alert messages using Script manager then it is not populating.
Scroll labels don't show
Answered: Scroll labels are available again since 6.2 SP6 release: http://www.daypilot.org/daypilot-pro-6-2-sp6.html
SetScrollX Resolution
Hi there, I'm currently working on a project that requires the column divisions to be 30 minutes apart and grouped by the hour however when I try to use SetScrollX(DateTime.Now.Subtract(TimeSpan.From...
Open pop up while moving in DayPilot Schedular
i am trying to open popup for confirmation like it wil ask you eg. (i have 3 work order i am trying to move 2nd Work order while moving it will ask you do u you want move 2nd workorder or all the wor...
DayPilotCalendar.topSelectedCell.start' is null or in not an object with contextselectionmenu
Whenloading the calendar control if i right clickany cell i get an error saying: DayPilotCalendar.topSelectedCell.start' is null or in not an object with contextselectionmenu This only happens when t...
Recurrent events in custom view
Hello. In your example for recurrent events you always create a copy of event even for delete action. How can I decide in my own event's view list (simple listbox) which event to show and which not? ...
Recurrent event throws js-error when trying to show bubble
Recurrent event throws js-error when trying to show bubble
+ is replaced by gap
Please, check http://forums.daypilot.org/Topic.aspx/707/unsupported_escape_sequence All '+' signs contained in e.Tag("something") is replaced by gaps.