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

Questions Tagged

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

BeforeEventRender e.BubbleHtml not working

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

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

Deleting Event - Scheduler Pro, Using active area delete icon

Answered: Found the issue, per a recommendation from Dan- When using eventDeleteHandling = Update, the active area is automatically created and BeforeEventRender is not necessary. In my case, it was prohibitin...

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

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

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

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

heightSpec="Auto" doesnt grow automatically

Answered: Version 7.8.932 fixes this problem: http://javascript.daypilot.org/sandbox/ See your example: http://jsfiddle.net/LsrvZ/1/

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: #6...

If date is 15:30, getHours() will return 16.

Answered: I'm an idiot. Forget about this.

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

Data Bind Cells

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

Error while setting in ShowBusinessHours (urgent)

This is how my control looks <DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server" Enabled="false" HeaderFontSize="6pt" HeaderHeight="30" DataStartField="start" DataEndField="end" DataTe...

Wrap up text on duration bar

Answered: If the problem is that you are not able to show the full text in the event box you have two options: 1. Make the events bigger by increasing CellWidth value: http://doc.daypilot.org/scheduler/cell-wi...

Scheduler timerange: why from 0 to 0 clock?

Answered: DayPilot works with exact time points: The day begins at 00:00 and ends at 24:00 (i.e. 00:00 the following day). If you want to display the end date the way you describe you need to subtract one day ...

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

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

Label Demo

Answered: You will receive a full version of the DLL that doesn't show the demo label.
Previous Questions 3001-3030 of 5168 Next