All Questions

DayPilotLite + Timesheets?

Hi I've downloaded the Timesheets tutorial and was wondering if it would be possible to use the DayPilot lite version to create something like the system in the tutorial? Thanks

Separator / Actual Time in CALENDAR control

Answered: The separators are not implemented for the calendar control but you can highlight the current cell using onBeforeCellRender event handler. You can find a new example here: http://doc.daypilot.org/cal...

Navigator month selected

I have a DayPilotNavigator hooked up to a DayPilotMonth control that's displaying a month. When I select a new month from the navigator, the calendar is updating as expected. But, I also have a liter...

Different cell border colors

Hi, Is there a possiblity to use different cell border colors in a calendar, e.g. black for full hours and light gray in between (cell duration is 5 minutes)? Best regards

View Calendar Details

Hi I am using DayPilot Lite and I got it displaying calendar entries from a specified database perfectly, however I want my users to be able to view the full details of the entry and as such have set...

Moving problem

hi, I love daypilot, really good and easy to understand. But I'm stuck. When I want to move an event to another day or another resource. The event is in two days. But when I move the event to another...

DayPilot is giving exception

HI DayPilot is giving exception in OnBeforeResHeaderRender when try to do e.InnerHTML = "<a href=' http://www.xyz.com ' title='xyz'>XYZ</a> A potentially dangerous Request.Form value was detected fro...

e.InnerHTML is throwing exception

HI, we are getting following exception Exception information: Exception type: HttpRequestValidationException Exception message: A potentially dangerous Request.Form value was detected from the client...

Style Hierarchical Headers Differently

When using a hierarchy of column headers (e.g. Days-Resources), is it possible to style the different levels of header differently? I actually want to hide parent header completely and I thought I mi...

Calendar Won't Refresh

Answered: Ok, I've figured this out, or at least worked around it. My Calendar was in Resources View Mode, and I was defining the columns declaritively in the ASP.NET markup rather than dynamically in the code...

heightSpec="Auto" not working properly

Answered: Hi Dave, Please write to support@daypilot.org and you can get the full version of the latest build by email.

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...

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: #666; background: red; } M...

Styling the rows....??

Answered: To set the color of the cells use onBeforeCellRender: http://doc.daypilot.org/scheduler/cell-customization/ and to set the color of the row headers use onBeforeResHeaderRender: http://doc.daypilot.or...

hided children opened automatically?!

Answered: The AutoRefresh event handler doesn't do anything by itself in the JavaScript version. If you are using the MVC version than make sure that you don't reload the Resources list on the server side duri...

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