Active Questions
FireFox context menu issue
When we right click on an event in firefox it shows context menu but also shows the browser menu on top of it.....
Dynamically adding a Calendar Control Blues
I was attempting the solution offered in this article: http://forums.daypilot.org/Topic.aspx/118/how_to_create_dynamically_the_calendar In addition, I wanted to register some of the events. For examp...
Event Bubble
I am having some issues with the event bubble in FF. In IE6 everything displays correctly but in FF the backcolor of the bubble is darker than what it should be and the hyperlinks i've built and assi...
Javascript handler with callback.
I am attempting to do an Event move where the handler is in JavaScript that calls _ctl0_MainPageContent_schedule.eventMoveCallBack(eventArgs, newStart, newEnd, oldColumn, newColumn); I set up the con...
Scheduler table resizing rows after event resizing
Hi, I have come across a problem which happens in all browsers. I have all my events and resources returning and building the scheduler no problem. But when I resize the event it and saves the change...
dpc1.refreshCallBack & "Processing" message
It is possible to have a "Processing" message appear when a user selects a new date for the Calendar? It is hard to tell sometimes when the calendar has completed refreshing and loading of new days d...
How to pass javascript for client-side eval from DayPilot event
Hi, I am combining DayPilot with Gaia. I need a way to either pass the viewstate to Gaia during a DayPilot callback, but if this isn't possible I need to pass javascript to the client for evaluation....
How to pass javascript for client-side eval from DayPilot event (cont.)
Hi Dan, A shameless new thread since old ones tend to be overlooked: "You can use DayPilotCalendar.Update(data) method on the server-side to pass a custom parameter (data - a string or a Hashtable) t...
Building dynamic list of resources
Hi, How do I build a list of dynamic resources? I have put the code into the <resources> tags but I keep getting code can not be placed in here Thanks Tom
paint event
Hi 1.is there a way to paint all the event in colornot just the DurationBarColor? 2.how to mark a selected event in the calendar ? Thanks roiy
style for alternate hours.
Can we have different colors of alternate hours just to distinguish and facilitate the time range selection.
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