Answered: In the Calendar ( http://www.daypilot.org/calendar.html ): ShowEventStartEnd="false" In the Month ( http://www.daypilot.org/month.html ): ShowEventStartEnd="false" In all controls: Using BeforeEventR...
Answered: Disabling the tooltip (for all controls): ShowToolTip="false" The Bubble ( http://www.daypilot.org/bubble.html ) will be closed automatically when the context menu is open. The workaround for closing...
Hi, my aspx page use Daypilot calendar 6.4.2251.1. Here I place an update panel that is show as modal popup on click events in the calendar. The event is EVENTMENUCLICK. The modalpopup extender is li...
I have looked at the article on How to open a new event dialog using TimeRangeSelected event using modal.js and wondered if anyone has done this using the Razor engine of MVC 3? The article loads an ...
Answered: {0} should get replaced with the DataValueField value (EventID in your case). See the following code snippets: DayPilotScheduler.cs string val = DataBinder.GetPropertyValue(dataItem, DataValueField, ...
Answered: Thanks, Richard. It's fixed now in build 6.6.2364. You can download and test it in the sandbox: http://www.daypilot.org/sandbox/Calendar/ScrollingArea.aspx See also: http://www.daypilot.org/daypilot-...
Answered: Drawing the control in an UpdatePanel requires special handling. In case of ASP.NET AJAX (standard part of ASP.NET since v3.5) DayPilot detects the presence of the library uses its special methods fo...
I just set up the scheduler and when I open firefox version 7 my page, I find myself with a lag. The dates of the resources do not fall in front of the dates. The concern is that it does not happen i...
Answered: Yes, this can be implemented as part of the server-side logic. However, there is no way to restrict time range selecting individually per resource on the client side.
Answered: This url shows a demo for the Java version ( http://java.daypilot.org/ ): http://java.daypilot.org/demo/Scheduler/ There is a bug in version 1.1.183. It's already fixed in the latest sandbox build: h...
Answered: You can do it in the .aspx file: <DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server" .... > <Separators> <DayPilot:Separator Color="green" Location="02/01/2008 12:00:00" /> <DayPilot:S...
Answered: Please check for possible typos, the method is there and this example should work fine: // Red separator with 50% opacity placed at the current day with width equal to CellWidth, shown above events D...
Hi... I am not sure this is a bug, but I have a DayPilotCalendar in an UpdatePanel and bound to an EntityDataSource. When I initially load the page, it appears correctly. When I change its StartDate ...
Answered: This DLL is only required for some of the tutorials. http://www.daypilot.org/tutorials.html It's included in the Bin directory, not App_Data directory. You can also download it here: http://sqlite.ph...
Hi! I am working on a school project ( Hotel booking system ) it is a MVC3 razor project, and i am trying to implement daypilot scheduler into it. i managed to get the resources (rooms) loaded from t...
Answered: The root of this problem is that the height of the parent control is too small. This can happen for number of reasons: Older browsers (e.g. IE7) don't support position:absolute, bottom:0px for stretc...
Answered: All the classes mentioned in the documentation should be working fine: alldayevent (all-day event box) event (event box) cellbackground (time cell) colheader (column header cell) alldayheader (all-da...
Answered: At this moment, the Scheduler ( http://www.daypilot.org/scheduler.html ) is only able to show two rows in the time header (X axis). The size of the cells in the first row can be set using CellGroupBy...
I am using an updatepanel around the DayPilot Scheduler. The scheduler performs a postback every minute to refresh the items on the schedule. If I am using the control i.e. scrolling, drilling throug...
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...
Answered: It is necessary to update the Navigator using a separate request called from DayPilotCalendar.AfterRenderJavaScript. AfterRenderJavaScript="dpn.visibleRangeChangedCallBack();" See also: http://kb.day...
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)...
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...
Hi, I keep getting an invalid argument exception when unlocking my machine if I have the scheduler open. The error happens in the following function: - this.updateHeight=function(){ if(this.nav.scrol...
Answered: You should only add one row for this resource to the Resources collection: DayPilotScheduler2.Resources.Add("LJ10", "LJ10") You should be able to list the resources using an SQL query similar to this...
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...
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: 150px; overflo...
Answered: This is indeed quite difficult at this moment. But maybe the Bubble could help here, although I understand that it's not exactly what you were looking for. http://www.daypilot.org/bubble.html The Bub...