search envelope-o feed check
Home Unanswered Active Tags New Question

Active Questions

Why does calendar add event at wrong time when using BusinessHoursNoScroll

Something seems weird when switching between businesshoursnoscroll and businesshours. The time of the event is incorrect. Here is a fiddle: http://jsfiddle.net/Viktor/uf6x4hdn/1/ Side note: It would ...

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

onBeforeTimeHeaderRender is being run for every event when using gantt

Answered: The answer is related to you side question: "How do I add events in the fastest way ?" The fastest way is to use .events.list and .update(): dps.events.list = [{...}, {...}]; dps.update(); The ....

A problem when expanding a resource at the middle or bottom of DayPilot scheduler

Good Day for you all. I have a problem with the DayPilot Scheduler Control (Take for example this one http://www.daypilot.org/demo/Scheduler/Theme8.aspx when making 'Room A' at the bottom of the Reso...

Scheduler Header not Showing date when using DayPilotScheduler_IncludeCell

Hi all, I am using DayPilot SCheduler v7.7.3045.1. I cant use the ShowNonBusiness option as I need to show the weekends therefore I am using DayPilotScheduler_IncludeCell to exclude non business hour...

How to change the weekends in the DayPilot Scheduler into Friday & Saturday instead of (Saturday & Sunday)

Hello All. Is there any way to change the weekends of any DayPilot Control (Scheduler for example) to reflect our default Egyptian Weekends (FRI and SAT) ? I tried many things but of no use. Please h...

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

BeforeEventRender e.BubbleHtml not working

Answered: Looks like I didn't have the DayPilot:DayPilotBubble control on the page

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

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

Data Bind Cells

Answered: You can customize the cells (color, CSS, HTML) using BeforeCellRender event handler: http://doc.daypilot.org/calendar/cell-customization/

Daypilot Calendar issue with Internet Explorer and Mozilla FireFox

Hello, I have created a schedule which is working fine, however, the schedule only displays properly in Chrome. Internet Explorer 9 and Mozilla FireFox 30.0 does not display properly. Is there a bug ...

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.

Help with building ASP.NET event calendar

Answered: Have you added a reference to DayPilot.Web.Mvc.dll? If you are using a "web site" project type it's enough to copy the dll to the bin directory. For compiled projects (default for MVC) you need to ad...

When switching between gantt and resources view the resource-column-width is not updated

Answered: The row header width auto-fit feature works like this: 1. It will extend the width beyond the initial width if needed. It starts from rowHeaderWidth - the new width is never smaller. 2. It stores the...
Previous Questions 3141-3160 of 5307 Next