All Questions
Event Right Click and Hover
Is there anyway to prevent the hover from interfering with the right click menu. When I right click on an event, the menu that appears is covered up by the event hover. Is it possible to "disable" th...
Ajax callback doing calendar #Update() doesn't update calendar
Hi, I am using an Ajax control that has an async callback. This callback looks like this: protected void dtpDatumVanaf_TextChanged(object sender, EventArgs e) { Gaia.WebWidgets.DateTimePicker picker ...
Scroll horizontally in resources view
I am currently using the resources view to show individuals in each column, however I have found when deployed in some situations we have groups of individuals so large that the resources view column...
Ajax updatepanel with multiview
Hi Dan, I am not sure that this is a bug or not. While I was testing the new month-view I encountered the following 'bug'. To reproduce it, follow the following steps: Create new page Add ScriptManag...
Visual Studio 2008 & .NET Framework 3.5
This is the list of incompatibilities I'm aware of (for 4.3 version): The design-time preview of the controls is not working properly (it doesn't render the background time cells for DayPilotCalendar...
Events in the Calendar header
Dear Dan! In the OnLine Demo of the Calendar I see events in the header section. How can I create events like that? Is that possible to drag and drop them to the main section? Regards, Melitta
Resize a calendar event from JavaScript
Answered: It's now possible to modify the events on the client side and send the update to the server using the Notify model: http://www.daypilot.org/scheduler-client-side-event-operations.html
4.3.1309 shows blank bar, javasript errors
I just purchased the 4.3.1309 version, and when I upgraded the DLL in my project (from trial 4.2.1264), i have an odd issue. When I run the project from VS 2008 using the cassini web server, i get ju...
4.2 and 4.3 Trial 99 Columns
I am getting an Invalid Argument error in the AXD file of an ASP.Net project when the number of columns in the DayPilotCalendar exceeds 99. Is this by design?
increase the DayPilotScheduler height
Hi How to resize the height of the DayPilotScheduler Height = 10 or Height = 1000 didnt change nothing Thanks
Hiding times that are non business days
Hello Dan, I was wondering if there is a way to render Daypilot so that it would only display the cells for business hours, ie from 8AM - 5PM and not 12AM to 11PM. It's a bit of a nitpick, but our cl...
Use Daypilot with Framework 3.5
Dear Dan, Today I have upgraded my system to visual stuio 2008 and .net framework 3.5. Everything works o.k except the item edit modalpopup's. When the item gets updated or the action gets canceled, ...
TimeRangeSelected click and context menu
Dear Dan! Currently I use a ContextMenu to handleTimeRangeSelected event like this: TimeRangeSelectedHandling="Hold"; ContextMenuSelectionID="DayPilotMenu1"; It works correctly, but I would like to r...
Time columns with minutes printed
Is it possible for the cells in between each hour to have their time in minutes listed. E,g if an houris divided into 10 cells the first cell will be 06, the next 12 and so on? Many thanks for a grea...
Javascript event problem with TimeRangeSelectedJavaScript with FireFox (2.0.0.11)
Hello, I am using DayPilot Pro 4.2 . TimeRangeSelectedJavaScript is working fine with IE (7) with my javascript call, but not with FireFox. Thanks
Leaking problem
Hi Dan, We are using the scheduler control in combination with ajax.NET. It seems that this combination leads to a great memory leak. Could you have a look at this problem? If you need a sample I cou...
.NET 3.5 Update Panel
Hi I recently upgraded a project to .NET 3.5. Daypilot controls inside Updatepanels do not work anymore. Is there a fix for this? Regards Rohland
Update Calendar from UpdatePanel button and vice versa
Hi, just started to work with your trial, Love it!! some questions, let me first show you some code: <asp:UpdatePanel ID="uplEdit" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Lite...
Calendar doesn't scroll to working hours or appointments
Hi, When I load the calendar it always displays 0:00 as the first time line. Andif I have appointments that areoutside the displayed time range then the Scroll down information is first shown after I...
Disallowing the user to drag/drop/resize appointments to nonbusiness days
Hello Dan, I'm trying to figure out how tograb the events that fire when the user drags/drops or resizes an appointment time. I need to know the new date and time range the user drag/drop or resized ...
Event Bubble
Is there a way to continue to display the event bubble for a set amount of time after the cursor move off the event.
Modify DayPilotMenu 'on the fly'
Hello, How can I modify DayPilotMenu, before DayPilotCalendar1_TimeRangeMenuClick ? What I want to do is a right click on my calendar to create an event, and show time range (which is under my mouse)...
Drag and Drop from a TextBox or Grid
Dear Dan! I'm trying to drag a text from a Textbox or Grid cell to the Calendar: <asp:TextBox ID=TextBox1 runat="server" onmousedown='return DayPilotCalendar.dragStart(this.Text, 60*30, "123", this.T...
DayPilotCalendar1_BeforeCellRender event
I am wondering if it is possible to add a tooltip to the cellobject so it would be possible to assocate a tooltip in this event with the cell. This way when a user hovers over a cell (not an event) t...
DayPilotCalendar : Resource view : possible to see timeline in x axis ??
Hi, I would like to know if it's possible to see a timeline (by days and/or weeks, etc) on the x axis, in DayPilotCalendar, in resources view ? I don't want to use daypilotscheduler because I want my...
How to use the BeforeCellRender Event
Hello Dan, Could you provide me with an example of how to call the BeforeCellRender event? I am trying to determine which dates are blocked/non business by traversing through each cell. I didn't see ...
Calendar Resource View with differing time increments
Using the Pro edition, if I have a calendar in resource view mode with, say 2 columns/resources, is it possible to have each column have a different time increment? For example, Column A uses 15 minu...
Show many days and allow scrolling horizontally
I've been able to get this control to do most things that our company will need but I don't see any way to allow horizontal scrolling through the days. What we need is the ability to show a large num...