All Questions
Scheduler Resource Name and ID
Hi, I facing this problem as i want to get the resource name when createing a new event in javascript. currently i only have this 3 property to access (start, end, column) which column return me the ...
daypilot scheduler resize and cellwidth property
Hi, I'm using daypilot scheduler and I have a problem with the resize of the table (html table) where component is. The Width property of the component has a defined value, and always the same, as th...
drag drop between cals no longer works (5.6 > 5.8) & month drag when disabled
Hi, As day pilot 5.8 finally fixs 2 showstopper bugs in 5.7 sp, I decided to update to 5.8 as there were a few features in 5.7/5.8 which I wanted to use for a long time, however there seems to be a n...
How to Ordering overlapping events ?
Let say i have 5 overlapping event in a single day, how do let the user to do a ordering of the overlapping event on the user interface, changing the ordering of the overlpaing event. Thanks
Triggering a rebind after editing an event
Hi There, I am having a play with the daypilot pro controls within our application and like what I see so far. However I am stuck with triggering the controls to rebind after I have performed an edit...
ClientObjectName (commandCallBack) doesnt work
Hi Dan, I am trying to use the command call back on client javacript. which i set ClientObjectName at the scheduler and call at javascript as dpc1.commandCallBack('update'); Protected Sub DayPilotSch...
Request for permission error
Forgive me for being new to this... When I follow the instructions of installing DayPilot lite, and then drag a new calendar control into my page, the build fails with the error: Error 1 Request for ...
Bug with DayPilotScheduler when editing event
Hello everyone, I'd like some help or advise on this problem : i've got an event created, let's say between 12/22/2009 and 12/24/2009. I have on the aspx this : <DayPilot:DayPilotScheduler ID="DayPil...
Bug with DayPilotCalendar AllDayEvents when ViewType=Respources
Hi I am using a DayPilotCalendar control set to ViewType="Resources" and withDataColumnField set correctly. I'm setting two row headers using HeaderLevels="2" and adding the columns in the code behin...
Feature question
Hi Dan, You fixxed the following bug in de Calender: Now I see. The dragging of the interim event end or start (at the day brake for multi-day events) shouldn't be allowed. It got broken in one of th...
string was not recognized as a valid DateTime
Answered: I found the error there was a row stored in my table with an empty date value, so the conversion to datetime couldn't be completed because of that empty string.
Creating Event on menu
Hi all In my Scheduler, I can add events with the javscript function createEvent(start, end, resource) that is proposed in the exemple. I would like know to add in the menu, the same thing as the fol...
Call DayPilot Month Bubble from Context Menu
Hi, Is there currently any way to call the DP Month Bubble froma Context menu command? Thanks for yourgreat product!
Scheduler Question
Hello all, i'm currenly working on a appointment system that uses the scheduler controll. I'm running into a problem with a event thats stretched over more days. its like this: the event starts on 5 ...
Edit Description Font Size Super-small with Chrome
Hi Dan, Using the standard calendar on Google Chrome 3.0.195.33 - when clicking into an Event to edit the description the font-size switches to a size that is imperceptible (super-small)
Hide weekends
hello, is there a way I can hide weekends in the scheduler? this has been requested in order to gain more space. thanks in advance, Matteo
How to customize tool tip
Hello, I am using Daypilot Pro trial verision. I want to customize tool tipmsg "on eventmouse over". Its showing datafield value + startdatetime and enddatetime Best regards,
DayPilot , .NET 4.0 and Visual Studio 2010
Answered: DayPilot Pro is fully compatible with Visual Studio 2010 and .NET Framework 4.0, please see also: forums.daypilot.org/Topic.aspx/1315/it_is_not_compatible_with_vs_2010
Refresh
Hi I have 2 scheduler in one page in 2 differents tab panels. The first one is ok, that means that all events are refreshed has soon as the page is opened. But not the second one. I have to move the ...
Javascript: daypilot calendar, iterate though all events
Hi, Is it possible to iterate though all events (or search for specific ones based on the data id or tag property) using daypilot calendar & JavaScript. Where a specific tag contains a value access t...
Problem with DayPilot Calendar in a DNN module
I'm building a DotNetNuke Module using DaypilotCalendar. My problem is that the dynamic comportment is not enable : no bubbles, no possibilities of drag and drop or editing the tasks. I think it is r...
Scheduler per year
Answered: Yes, it's possible. Here you can see something similar but showing one week per column. You can switch to one day per column by modifying CellDuration property to 1440 (one day has 1440 minutes). htt...
Chnage BusinessStart and End hours programmatically on command call back
Hi Dan, Everything worked fine with my DayPilotNavigator(DPN) & DayPilotCalender(DPC) until I decided to change BusinessBeginsHour & BusinessEndsHour programmatically. So here is my scinario. I have ...
Event Title readable at all times. - Scheduler
Hi, We are evaluating the DayPilot control. One of the requirements is the event title must be readable at all times, i.e. the event text not cut off in the browser but also when printing. I am so fa...
XSS ISSUE
Analysis Tool: Microsoft Code Analysis Tool .NET (CAT.NET) CTP Problem: A cross-site scripting vulnerability was found through a user controlled variable that enters the application at :0 through the...
DayPilot Scheduler moving jobs beyond current view
Is it possible to move a job beyond the current view with Scheduler. If i grab a job and try to move it beyond the currently displayed view nothing happens. It should scroll to allow the job to be mo...
scheduler in masterpage
Hi to everyone, I'm trying to put the daypilot scheduler onto a page which inherits a master page. But the scheduler does not scroll to today' s date. Is there anyone wo can tell me what I'm doingwro...
Daypilot Calendar - Make all events non editable and allow new events to be added only to open slots
I have made configured the Calendar to display exactly how I want with multiple resources and columns. I want to render all the existing events as readonly (not editable, not movable). Also I want to...
How to add week numbers to Daypilot navigator
Hi! Is there a way to add week numbers to Daypilot Navigator (like in Outlook) ?
Code Behind Usage: Calendar and Navigator cannot be instantiated in code behind?
Sorry for the repost, but I've spent nearly two days now trying to get the calendar/month controls and the navigator control to work inside a SharePoint WebPart and I have learnt some new facts which...