Active Questions
Today Navigation link not setting DayPilotCalendar to the correct date
I've noticed that when I click the today button on the calendar header (onclick javascript event is dpc1.refreshCallBack(new Date()); that anytime after 4:00pm, it goes to the next day which is one d...
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...
DayPilotMonth Start Date
I'm using the DayPilotMonth control from version 4.3. I'm trying to display December 2007. The events show up correctly--and in the correct cells--but the cells are mislabeled! For example, December ...
DayPilot and scriptmanager and update panel
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?
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 ...
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?
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
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...
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
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...
is it possible to have more then one resource column?
The resources list seems to only allow you to have one column. Is it possible to have more than one column? eg. Room Number, Room Description, Room Seating etc?
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...
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 ...
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...
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...
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)...
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.
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...
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 ...