Questions Tagged
Time font color in month view
Is there a way to change the time font color in the month view? I'm not sure what property controls it.
How to do the custom initial scroll position?
I have a question to ask on the open source version of Day pilot. How to use the horizontal scroll bar like the custom initial scroll position?
Page Header Title Changing (Scheduler)
As far as I can remember (several months) this has never been an issue/bug. Recently, (past few weeks) when I look at the Scheduler demo located at www.daypilot.org/demo/Scheduler/, I notice that the...
Is it possible to influence the color of the crosshair?
Answered: Two new properties were added (build 6.7.1847) to DayPilot Scheduler: CrosshairOpacity (default value 20) CrosshairColor (default value "gray") You can use them to adjust the appearance of the crossh...
EventClickHandling, EventResizeHandling and Internet Explorer 7
Hi, I have a DayPilotMonth control with EventClickHandling="Javascript" that opens a popup window and I'm now implementing EventResizeHandling="PostBack" that updates the database The control is in a...
Dynamic Context Menu for events
I want to display different context menu for my events. I want this menu to be generated dynamically. How can I achive this??? I am using DayPilot 5.6
Apostrophe Escaping Change in Event Bubble from 5.5 to 5.6
Event text containing a singleapostrophe renders in the Bubble event correctly in v5.5, but errors client-side in 5.6. It appears there was a change from 5.5 to 5.6 in how apostrophe's are escaped. I...
Setting z-index of DayPilot Scheduler
yet-another-z-index-issue-here. :-) I read about the same for Calendar and the like. however, playing with the IE8 developer toolbox I discovered that if I add the z-index attribute to the style tag ...
JS Error when calling refreshCallBack: in prepareEvents() Only from 5.6.1808
Hi, When I change the days view by calling: dpc1.refreshCallBack(null,1); and then dpc1.refreshCallBack(null,5); I get a JS Error in prepareEvents(): $P.parentNode.removeChild($P); "parentNode is nul...
Disable range selection Calender
Hi, is it possible to disable the range selection in the calender? Im currently making a meetingbooking system were every meeting is taken 30 minuts. Every cell is 30 min and I want the user, not to ...
DayPilotNavigator ShowMonths moveMonth
Hi, The DayPilotNavigator has a property ShowMonths which shows an ammount of months on screen. The same property is used to navigate forth and back through time (moveMonth method used in Navigator.j...
How to search for a cell
Hey, i'm quite new to this, but is there a way to search for a cell in your DayPilotScheduler ? I want to change the background color of certain cells and currently I'm doing this in the BeforeCellRe...
Show DayPilotNavigator in horizontal position
Is there a way to show the DayPilotNavigator at the top of any calendar control in horizontal position? Thanks.
Event Hover JS event handler
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...
DayPilotNavigator weekday/weekend distinction
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.
How can i add more than one duration bar in one rowin a tree programmtically?
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...
How to add custom css style to event
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?
DayPilotCalendar within ModalPopupExtender
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 ...
InnerHTML using Google Chrome browser
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....
special dates
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 ...
How to change StarDate or SelectionStart in DayPilotNavigator Control
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...
Increase Width of Event Left Bar
Hi, Is it possible to increase the width of the Event Left Bar? Regards
DayPilotScheduler Layout problem
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...
Multiple events in a cell
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...
Build 1773: DaypilotSchedular : Date in header does not change on changing StartDate and doing Update (Full)
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.
Is it possible to Edit an event from the context menu?
Hi, I'd like to be able to edit an event from the context menu, like onclick = "Edit" is it possible? thanks
How do I use the Daypilot Navigator to update the contents of DataList
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...
DayPilot, ASP.NET AJAX and AjaxControlToolkit
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.....
Footer in DayPilotScheduler
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...