Answered: There is no way to do this at the moment. Manipulating the event div wouldn't be too safe anyway, you would have to clear the changes after the bubble is dismissed and this would require quite a piec...
Answered: Is this feature supported in the DEMO? I'm using version 6.8.2477.1, but it doesn't work. Firebug shows "navigator_silver_daybox" on weekend days.
Hi, how can i add more than one duration bar element in one row in a tree programmtically? Example: Resource child1 = new Resource("name1", "id", true); t.Children.Add(child1); Now i want to add anot...
Is it possible to set the background color for the first 15 minutes of an event, then to another color for the remainder of the time ( between start time and end time) in the BeforeEventRender event?
Hello, I have a calendar on my page then upon clicking an event, a modal popup will be displayed with another calendar. Kindly advise how can I drag and drop external source on the calendar in modal ...
Hi, I've encountered an issue with rendering when using google chrome. For example : protected void daypilot_BeforeEventRender(object sender, DayPilot.Web.Ui.Events.BeforeEventRenderEventArgs e) { e....
Hello, I like your tool very much. I'v a small issue however. How do I give cells in the scheduler a diff. color e.g 25th december should be red. I tried with before cell render but it's not working ...
I have a control writed in javascript that change the Date on my DayPilotCalendar Control (usign dpc1.refreshCallBack function), now I putted the new DayPilotNavigator Control but I still need mantai...
Hello! Sorry about my English. The DayPilot is a very good component for me , And I want to buy it. But I have some problem in using DayPilotScheduler. I put DayPilotScheduler in a UpdatePanel and se...
Hello! I have the following problem: When I double click on a cell in DayPilotCalendar very fast (without waiting for the event to be created) there will be a lot of "new events" created and when I t...
Date in header of dayPilotSchedulardoes not change on changing StartDate and doing anUpdate (Full). This can be seen wheen clicked on the link "Next Month" in the schedular demo. Please fix.
Hi, sorry if this has already been covered, I can't find the same question posted. I'd like to use the DayPilot Nav and when the user clicks on a Date, I would like the DataList that I have beside it...
Hi, I would like to know if DayPilot uses ASP.NET Ajax or its own Ajax framework for all javascript related features, because I would avoid having many javascript frameworks loaded at the same time.....
Hi, is there a way to disable the "footer" in the DayPilotScheduler? If I got it right, this place is reserved for the scrollbar, but the scrollbar shouldn't be displayed in my case. thx for help, mi...
Here is a working demo you can download and run: http://blogs.teamb.com/craigstuntz/2009/05/12/38297/ Any questions, please post them in my blog comments, as I may not see them here.
Answered: Recurrence support was introduced in 6.0 release for the Calendar, in 6.3 for the Month and Scheduler controls and in 6.6 for the Navigator. See also the following tutorials: http://www.daypilot.org/...
Hi Dan Letecky , can you show me an example how to put a daypilot calendar inside div that works in IE7 . In Mozilla works fine but in IE7 the calendar gets out of the div , and even if i scroll the ...
Hello Dan, I am trying to handle move events by javascript so users can be warned when moving items from or into the past. The example you have given ( here ) is, well, almost working... What I have ...
Hi, is it possible to add support for double-click to the scheduler? It would even help to pass the mouse click as 2nd parameter to the EventClickJavaScript event so that you can decide on the javasc...
I amPro Version customer and I see youhave export Calendar, but not in the Schedular? I have exhausted my attempts to work around this. I have gotten creative and tried WebClient DownloadData, Downlo...
Hi Dan, I am implementing Drag&Drop in my web application and am encountering some behaviour difference between dynamic and calender move: Dynamic: sets the e.NewStart value to the cell where it is b...
Scheduler: How does one call a server side method from event click ? Based on my readings elsewhere in this forum, it seems one is to set the EventClickHandling to "PostBack", and then set this prope...
Hi, I'm trying to implement a functionality that will connect an event to some external info/data. I have a list containing the data that should be connected. An item in the list is dragged to an eve...
We have a requirement to show a month view with each day cell displaying 'activity' information - so it's not appointment data at all. In addition we need to be able to show a custom popup form when ...
We have added daypilot Calendar control as given below <DayPilot:DayPilotCalendar ID="dpcReportingSchedule" runat="server" Days="7" HeaderDateFormat="dddd" DataValueField="ReportingScheduleID" DataSt...