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

Questions Tagged

Exception (DataItem doesn't hold any source object)

Hi, I get this exception if the calendar has the BeforeEventRender event. Why this happen? This happen because the Source is null, how I can set this property? Thanks in advance

Fixed Hour Column in DayPilot Calendar and Vertical Scrollbar Always Visible

I need the hour column of the calendar to be fixed (so it stays in place while I scroll right). As much as I would like to do it myself, I haven't got the time to dig through all the 6500 lines of co...

Select, Insert, Update and delete with my own methods

Hi, I have my own methods to delete, insert, these methods need x parameters to work, how properties of the DayPilotcalendar which I link to my methods?, i.e, to select would be DayPilotCalendar1.Dat...

Javascript error when loading All-day event

Answered: You should upgrade to the latest DLL. Version 6.5 is almost 3 years old and this bug has been fixed already.

Custom ContextMenu on CellRender DayPilotMonth

Answered: This is not yet implemented but I will take a look at it.

How to set value of result in a modal window ajax request?

Answered: You are using the server-side syntax: Modal.Close(this, "OK"); On the client side, it has only one parameter: window.parent.DayPilot.ModalStatic.close("OK");

Enable specific hours in a day

Answered: In the scheduler, you can choose to display only selected fragments of a day using IncludeCell event: http://doc.daypilot.org/scheduler/hiding-time-columns/ It's also possible to create the timeline ...

Event Customization

When events change (ex: start time or name of event), how can I hi-light the event to show a different color from the other events so users know an event has changed? I looked at the documentation on...

How to make customized navigator

Answered: Please take a look at this guide: http://doc.daypilot.org/month/manual-date-switching/ You can bind any kind of navigation controls (plain links, drop-down list, etc.) using .commandCallBack() method...

OnEventMoved

Answered: It seems the lite version doe snot support this. I am now using the prod and it works,

Week Days

Answered: This is possible, but you need to Pro version (http://www.daypilot.org/buy.html). If you switch to the "timesheet" view using ViewType="Days" it will display 24 hours of day on the X axis and days on...

onEventMoved preventDefault

Answered: Solved. The main problem that I used ajax updating of event that desynchronise move and moved events.

How to update through MySQLi

Answered: Can you try to download the sample PHP project from here? http://code.daypilot.org/17910/html5-event-calendar-open-source The downloads include a working PHP project with all the features working. Pl...

to define enddate property when using export method of scheduler control?

Answered: You can set the visible range using Days property. Just set is as needed before calling Export().

TimeRange Selecting adds one hour

Answered: How do you read the e.start value? On the client side, e.start() returns a DayPilot.Date object. It holds the date in the internal .d property which shouldn't be read directly (it's stored as a GMT d...

Inter Month report for Day Pilot lite

Good After noon, This is regarding the solution for a situation for my day pilot lite. I need to show the event between 15 May 2014 and 15 June 2014. I am getting the bar for 15 May 2014 till end of ...

Event ToolTip display speed slow

Can we accelerate the event's tooltip display speed ?

How to disable right-click menu when using frame

Answered: Hi.. It's solved by using javascript to disable the default context menu. Thank you.

Update event data

Some times after some changes of event the calendar won't show changes until refresh all page or reload all events. I'm using dp.events.update(evnt) function.

IE + Floating Month Headers in Scheduler

Thank you for the update to the Month Headers in Scheduler, this is something that I was hoping for for a long time. Unfortunately, our official browser at work is Internet Explorer, and the floating...

Getting error on $c.selectedCells.length

Hello, When I'm trying to create a new event using daypilot-modal-2.1. After I close modal dialog I use dp.clearSelection(); Then I switching to another view of Calendar and events won't load because...

Scheduler: drag event to new resource, but keep times

Answered: You can disable horizontal drag and drop event moving using BeforeEventRender event handler: http://doc.daypilot.org/scheduler/limit-event-moving/

different durationbar color ?

Answered: You can change the duration bar color using BeforeEventRender: http://doc.daypilot.org/calendar/event-customization/ This event is called for every event. If you request a calendar refresh after savi...

Export Image or PDF in Javascript

Are there plans to implement the export feature in the javascript version? If not, any recommendations on other ways to accomplish this? Thanks

Highlight "Selected" Scheduler Row

I am using the scheduler and need to use javascript for the ResourceHeaderClickHandling. I'm managing the click event, but I'd like to change the row that was clicked to a different color so the user...

How to change the default holiday in schedular Control?

Answered: You can modify e.IsBusiness status for individual cells using BeforeCellRender event handler. See also: http://doc.daypilot.org/scheduler/cell-customization/

Performance problem collapsing/expanding when running 200 resources in 25 groups

Answered: The first thing to try is to disable the Row Header Width Auto-Fit feature: http://doc.daypilot.org/scheduler/row-header-width-auto-fit/ More resource header optimizations are scheduled for the next ...

Add / Edit Events save to database

I downloaded DayPilot lite 2.0 and I am trying to integrate it our Visual Studio ASP.net 2.0 with c# project and SQL Server database to verify before we migate to Visual Studio 2012 in about 5 months...

Multiple columns in one day

Answered: You probably mean the "Column Header Hierarchy" feature: http://doc.daypilot.org/calendar/column-header-hierarchy/ This feature is not planned for the Lite version. I recommend purchasing the Pro ver...

OnEventBubble won't fire

Answered: In the latest demo (7.7.5664) it seems to work fine and there hasn't been any problem with the bubble recently. http://mvc.daypilot.org/demo/Scheduler/ Anyway, it's important that the bubble declarat...
mvc
Previous Questions 3061-3090 of 5167 Next