search envelope-o feed check
Home Unanswered Active Tags New Question

Active Questions

How to show 22PM to 7AM as businesshours within a calender?

Answered: You can override IsBusiness status using BeforeCellRender event handler. This event is called for each calendar cell. You need to check the e.Start value and set e.IsBusiness as needed. See also: htt...

Context menu hover css not working in IE8 quirks mode

Answered: Thanks for the update. The hover effect is defined using the following classes (see Demo/Themes/themes.css): .menu_main a span { display: block; height: 20px; line-height: 20px; width: 15...

Printed Text Quality with Numerous Events (Month)

Hi all, I was curious if anyone has suggestions for improving the printed quality of a month control that has a number of events. The user exports the calendar as a PNG and prints it to a single page...

Scheduler Week view - CellDuration: 10080 bug?

When using the DayPilot Scheduler in view mode Weekly (CellDuration: 10080, CellGroupBy = GroupByEnum.Week), I get a javascript error on the next line of code: this.drawTimeHeaderCell=function($p,$W)...

Resource Tree from Database

I could not find any code in the forums building a tree from the database using id, parentid. (So I had to think myself :-( Here is how I did it. private void loadResources() { SqlDataAdapter da = ne...

External Drag & Drop in Calendar in DayPilot for ASP.NET MVC

Answered: Yes, it's supported. Please make sure you are using at least build 1.2.5352. A live demo: http://mvc.daypilot.org/sandbox/Calendar/ExternalDragDrop And also for the Scheduler: http://mvc.daypilot.org...

Event relationship

Answered: Steve, This is a nice feature and I'd like to include it in one of the future releases. The visual representation seems to be a bit more difficult to implement and that's why it's still in the queue.

DayPilot Lite

can I usedailypilot lite and customize it to add my own events such as drag and drop?

How to span an event within business hours.

Answered: This should be implemented as an extra layer of logic. You should keep the main event data in the database separate from the visible chunks (shifts) that will be passed to DayPilot and displayed. Eac...

Date Columns widths off on Calendar - version 6.6.2346.1

The column headers appear to be a couple of pixels short, which misaligns the heading and creates a gray box on the right side of the headers.

Alignment Issue with DayPilot Calendar Version : 6.4 SP1 in IE7

Answered: I think the compatibility mode is set in IE7 to run as IE6 browser. I had some problems as well with the calender layout (moved to the right). IE8 didn't have the problem. haven't tested it yet, but ...

Reccurence view

Answered: The first event is not considered a part of the series. That's why it can have any start and it's not counted towards the limit when Times() rule is used. See also: http://forums.daypilot.org/Topic.a...

Calendar renders wrong Recurrent Events

Answered: As far as I can tell it behaves as specified. It might not be what you need, however. 1. It doesn't take the event end into account, i.e. it repeats the event based on its start, no matter when it ac...

Resource-Bubble for java scheduler

Answered: Erik, The resource bubble is now implemented in DayPilot Pro for Java. Example: Default.jsp dps.resourceBubble = new DayPilot.Bubble(); DpsServlet.java @Override public void onResourceBubble(R...

How to Enable week-numbers in Scheduler?

Answered: The week number will be displayed in the first header row if you use dps.cellGroupBy = 'Week'; You can always override the onBeforeTimeHeaderRender() to customize the header HTML: @Override ...

e.value result in error

Answered: The JavaScript handling is a bit different in the Lite version. You should replace the code with something like this: EventClickJavaScript="alert({0});" The Lite edition doesn't use any JavaScrip...

Error: App_Web_4wv7e-qt reference

Answered: You can try to clear the ASP.NET temporary files folder: http://codebetter.com/brendantompkins/2006/11/15/fix-for-asp-net-could-not-load-file-or-assembly-app_web-error/ See also here: http://forums.a...

Scroll Bars not working Calendar Build 6.5.2332 from September 9, 2011

Answered: It seems that this behavior is caused by the newly introduced HideFreeCells property which was not accessible and was always set to true. HideFreeCells="true" hides non-business hours (outside of Bus...

Event Hover JS event handler

Answered: There is no way to do this at the moment. Manipulating the event div wouldn't be too safe anyway, you would have to clear the changes after the bubble is dismissed and this would require quite a piec...

Scheduler - HeightSpec.Parent100pct does not update layout when parent's height changes

Answered: You can use updateHeight() on the client side: dps.updateHeight(); See also: * http://api.daypilot.org/daypilot-scheduler-updateheight/ This only works correctly in build 6.6.2339 an later (http:...
Previous Questions 4001-4020 of 5321 Next