i have a dypilot and a label(for example)inside an updatepanel. when i click on an event to change the text of the labelthe page makes a refresh, although i have an update panel. Why is it like that?
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...
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 ...
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...
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...
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...
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
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
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...
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?
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...
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, ...
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...
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...
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...
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...
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...
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 ...
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)...
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...
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...
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...
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 ...
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...