Active Questions
Event Bubble Can not config
Answered: You should create custom CSS theme: CSS
.my_bubble_main {
cursor: default;
width: 100px;
}
.my_bubble_main_inner {
border-radius: 5px;
font-size: 12px;
padding: 4px;
color: #6...
Not Able to View Concurrent Events on Pro Version
Answered: Can you please record the HTTP traffic during page load using IE and send the NetworkData.xml file to support@daypilot.org? http://kb.daypilot.org/81542/how-to-record-network-activity-using-ie-develo...
floating the header ?
Answered: maybe this property, the DayPilot will show it owner scrollbar. HeightSpec = HeightSpec.Parent100Pct But I think the best solution is use jquery.floatThead
How to prevent event dragging and resizing
Answered: You should set the .moveEnabled property on the DayPilot.Event.data object, not on DayPilot.Event directly:
var e = new DayPilot.Event({
start: "2014-03-25T00:00:00"),
end: "2014-03-25T12:00:...
'DayPilot.Web.Ui.DayPilotNavigator' is not defined
Answered: It looks like you might be using the Lite (open-source) version of DayPilot (http://www.daypilot.org/daypilot-lite/) with a sample code created for DayPilot Pro. DayPilot Lite for ASP.NET WebForms do...
What property should I add or remove ?
What property should I modify ? Please see the attachment file
Scheduler: clickable altough its disabled
Hi! When i click on a event which is "clickDisabled = true;", daypilot handle it like it is "dragged". The Event is "marked" and the mousecurser moved to the "cross". In that case you cant move the e...
Scheduler: optical subdivision
HEy Dan! My scheduler got about 50 REsources. Some of them are grouped by something. So there are f.a. 5 resources i want to edge. But not only the names of the res., also the whole row. It would be ...
DayPilot Client Script Version ?
Just yesterday, I'm using DayPilot MVC 7.75664.0 and client script version 800. Today, I delete the old script and reference newest version 7.8.5684.1 and add client script version 921, but when I ru...
Allow future date selection in DayPilotNavigator
Is there a way to enable quickly getting months/years ahead. I have seen other selectors where you can click on the Month name and it pops up a quick way to go several months ahead. How do I do this?
Error when loading the calendar with 'Allday' event.
Answered: Do you see the error on this page? http://www.daypilot.org/demo/Calendar/ In IE11 it seems to work fine. What's the IE version you are using?
Setting up Start and End Date for Daypilot Scheduler
Answered: I'm not sure if that's what you are looking for but you can set the number of days visible using .Days property:
this.DayPilotScheduler1.Days = 365;
want to edit all day events
Answered: Eunice, Inline editing of all-day events is now available in the latest sandbox build (7.8.3154): http://www.daypilot.org/sandbox/ It will be available in the next official release. In addition to th...
Change 'today' in DayPilotNavigator?
Answered: It looks like the only way is to clear the style for _todaybox in the CSS (to hide the default today indicator) and add a custom class using BeforeCellRender for today.
protected void DayPilotNavig...
Dynamically setting DayBeginsHour in C# code-behind
Answered: Jeff, There was a problem with passing the updated DayBeginsHour/DayEndsHour to the client side during CallBacks. It's fixed now in build 7.8.3155. See the sandbox: http://www.daypilot.org/sandbox/
Resources will not align with cells
Answered: Ok solved and me being thick, the default css added by MVC 4.0 asp.net set's margins for tr in a css file that was overiding this
Modal.close is not working in google chrome
Answered: Please upgrade to the latest version (2.1): http://code.daypilot.org/81367/daypilot-modal It uses a different mechanism of passing the result back to the client and it is compatibly with Google Chrom...
Text/Description for a seperator
Hey Dan! Can you add a Text to a seperator to descripe it? You could add a bubble for a short time when you do a mouseover over the seperator. Or show the text on the upper of the seperator. thanks d...
How to set every Sunday and Bank Holidays as different colour.
I have been trying to figure out how to can specify days and set there background colour. I have been trying different things like: (Just to set Sunday as a different colour, this didn't set the back...