Questions Tagged
calendar top right corner disappear
when I use calendar, when set heightspec to anyone needs scrollbar, the align is wrong because the calendar does not generate the top right corner. this problem only happens in my own project, when I...
Mutliple Selection Count Bug
We downloaded the trial version in order to check if the product suits us. We encountered a bug/error and we are trying to solve it but it did not work. We are trying to select multiple event in orde...
Calendar - Recurring events: Conflicts are not always detected for Modified Exceptions
Hi, (DayPilotPro-7.6.3006.0) It seems to me that if I change the StartTime for a recurring event instance (i.e. creating a modified exception), the conflict detector still uses the old StartTime (fro...
Copy and paste issues in scheduler
Hi, I have now solved the problem I had when copying and pasting events. I still have a few issues though that I would appreciate some help on. I right click on an event and copy (this bit works). Wh...
Event bg color does not change after being selected in scheduler
Answered: Nevermind I found my own answer on this board with a bit more searching. For those curious here is the post that helped me. Thanks. http://forums.daypilot.org/Topic.aspx/1907/month-changing-event-bac...
Object expected when pasting an event in Scheduler
Answered: It looks like you might be missing the DayPilot object reference when calling commandCallBack:
v.items = [{'text':'Paste', 'onclick':function() { var e = this.source; var command = this.item.comman...
ASP.net and MySql Support
I am trying to decide on a Scheduler Control addon for our website but our current Backend Database is MySQL. I have searched the forums and googled ever combination of DayPilot and MySQL but cannot ...
DayPilotMonth TimeRangeSelectedJavaScript: e is not defined
There seems to be a bug in DayPilotMonth TimeRangeSelectedJavaScript as if I try to use "e" in the javascript (e.g. console.log(e)) browser throws Uncaught ReferenceError: e is not defined. Any other...
Recurrence Issue
I have an event in a database that needs to be set as recurring on the calendar. Currently I have a field called 'recurr' in the sql query for the data that is set to 1 for this event. How can I tell...
Duration Bar - Scheduler 7.6
Answered: Never mind. Just a .css difference between old and new. Set colour of duration bar in the style sheet, and removed "e.DurationBarColor = "#7cc144";" and it is now working properly.
scheduler - can i add more columsn on the resource side of the grid
Hi In the scheduler control can I add more columns on the resource side of the grid. Gary Goodwin
Demo does not work, DayPilot / HideNonBusiness!
Answered: This is now fixed in the latest release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-6-sp1.html This old mechanism of hiding columns using BeforeTimeHeaderRender event is no longer av...
Only show weeks
We're trying to implement the DayScheduler in our booking system. In the system, we only allow friday-friday bookings. Is it possible only to show cells for weeknumbers, or when one pick a date in a ...
Changing Scheduler.CellGroupBy on runtime
Answered: Fixed it by adding "if (level == 0) groupBy = _scheduler.CellGroupBy;" to function "private TimeHeaderRow PrepareGroupline(int level)" in SchedulerTimeHeader.cs after line "GroupBy groupBy = _schedul...
how to buy full version only for calender control
how to buy full version only for calender control . what is the exact cost
Scheduler Event Move with ctrl key : NullReferenceException
Answered: You need to change EventMoveHandling="CallBack" to EventMoveHandling="JavaScript". It's now added to the documentation: http://doc.daypilot.org/scheduler/event-copying/
onTimeRangeSelected(args) not passing values
Answered: The client-side event-handling API has two modes that can be switched using .api property: http://api.daypilot.org/daypilot-scheduler-api/ All DayPilot versions that include an integrated server-side...
Show Business Hours on Saturday using Javascript
Answered: Hi Patrick, In JavaScript you should use onIncludeCell event instead: http://doc.daypilot.org/scheduler/hiding-time-columns/ Example:
<div id="dp"></div>
<script type="text/javascript">
var dp ...
Theame
Answered: Yes. You can change the theme using CssClassPrefix property. Remember that you need to use CssOnly="true". See also: http://doc.daypilot.org/calendar/css-themes/
Schedule Resources based on table
Answered: Yes, you can access Resources collection in the code behind. See a hint here (it's the doc for the Pro version but the mechanism is the same): http://doc.daypilot.org/scheduler/resource-loading/
Resource Header Click - JavaScript
Answered: The resource header details are accessible using "resource" variable: DayPilot Scheduler tag:
ResourceHeaderClickJavaScript="test(resource);"
JavaScript:
<script language="text/javascript">
f...
EventClick, EventRightClick and all other mouse action handlers do not pass the event object (window.event in IE) to the javascript handler
Answered: I understand. Let me check how to do this.
Change color onclick through callback
Answered: You would have to store the value in the database or somewhere else in the WebForms, request a reload using Update() and set the new color in BeforeEventRender event handler. However, you can do it d...
Permissions on Scheduler
Answered: The best way to do this is to set EventMoveHandling and EventResizeHandling valu depending on the permission check. The default value is "Disabled" which will work for read-only scenarios. If the use...
RowHeaderColumn only vertical
Answered: It should be fixed now in version 7.6.2997. You can test it in the sandbox: http://www.daypilot.org/sandbox/Scheduler/RowHeaderColumns.aspx
How to send custom data to backend
Answered: Hi Isaac, You should be able to pass custom data to the server using .clientState property: http://doc.daypilot.org/calendar/clientstate/ ClientState is persisted until the page is refreshed and it i...
DayPilot Month - RTL direction (Sunday start from right to left)
Answered: Unfortunately RTL direction is only implemented for the Calendar control at the moment: http://doc.daypilot.org/calendar/rtl/
HeaderLevel no column defined
Hi, When column headerlevel is set to 2 and no column are defined throw an javascript error with cell.clientwidth cell is undefined i have a daypilot calendar in a modalpopup an i initialise it only ...
Bubble in ajaxtoolkit modalpopup
Hi, i use daypilot calendar in an ajaxtoolkit modalpopup extender and in this case the bubble are not dispayed. Did you have any idea to showing bubble Thanks