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

Questions Tagged feature

Custom data in afterRender method on initial load is always null

I see that the Scheduler returns custom data in the Update(data) function on the initial page load, but it doesn't seem that the Calendar works the same. I can return data on an update, but not on an...

Scheduler: edit row width

Answered: No, the grid of the "days". The Feature of the row-header-width is perfect. I can Change it with the mousecursor. Exactly the same Feature for the calendar-days would be cool!

Feature Request:How to reorder/resize the resource columns- Event calender - Daypilot pro javascript

Couple of weeks back, i have raised a question regarding resize/reorder of resource columns and 'Dan Letecky' requested for the sponsoring the feature. http://forums.daypilot.org/Topic.aspx/2580/how-...

HTML Application

Hello, Is there a way to embed DayPilot Scheduler in an HTML Application (.hta file) ? I've tried this little code but no way: alertbox #1 and #2 never fired, and nothing shown (path to library is ok...

Row Filtering: problem with child-resources

Answered: This is now fixed in build 8.0.1518. The child nodes that match the filter will be visible including their parents. http://javascript.daypilot.org/sandbox/scheduler/rowfiltering.html

Resources with no ability to book Events on

I have many Resources in Groups. The "Parent"-Resources shouldnt be able to book events on. And the backcolor of this rows may dark (or something like that). And if the user drags over thuch a row th...

Is there a way to show other data than the actual date in the header?

I'm thinking about using this for a room booking scheduler, but rather than showing multiple days horizontally, I would like to only show a single specific day with all the available rooms and the se...

Month, StartDate, and Angular

It doesn't appear that setting $scope.config.startDate in the controller does not automatically refresh the calendar like it does with scheduler. How do I dynamically reset the start date from a cont...

Multiple timezone view of Scheduler

Answered: Provided that all dates are GMT you can add a secondary time header that will display another time zone. Just override onBeforeTimeHeaderRender and update the HTML as needed. The limitation is that t...

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

Allow "Selectable" as a field on Cells in BeforeCellRender

Hi Dan, Please reference this old question: https://forums.daypilot.org/Topic.aspx/661/prevent_time_range_selections You had suggested an elegant potential solution, of having each Cell having a prop...

Event Resize: Stepless ?

Answered: You can turn of the "snap to grid" behavior using .snapToGrid property. See also: http://doc.daypilot.org/scheduler/snap-to-grid/

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

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

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

AutoRefresh for JavaScript

Answered: AutoRefresh is now supported in the JavaScript version (build 7.7.813). See the sandbox: http://javascript.daypilot.org/sandbox/ If enabled during initialization (autoRefreshEnabled = true), it will ...

Text/Description for a seperator

Hey Dan! Can you add a Text to a seperator to descripe it? You could add a bubble for a short time when you do a mouseover over the seperator. Or show the text on the upper of the seperator. thanks d...

Ability to extract only the necessary modules to include in a web app

Hi, We are considering using DayPilot Pro for Javascript in our web application. The only concern we have is that it is too big (478 kB minified) and there are modules that we don't need such as Gant...

Fix the upper Resource?

Answered: This would be a nice feature but it's not quite easy to implement it... I'm adding it to the wishlist.

Zooming in JS-Version?

Answered: The zooming implementation in the ASP.NET demo (http://www.daypilot.org/demo/Scheduler/Zooming.aspx) is quite simple: It overrides the default time header cell text using BeforeTimeHeaderRender event...

Intercept Modal close/hide

Hi! I use the Modal popup. I want to intercept the closing/hiding of the modal. I want to ask the User if he saved everything - after that the modal can be closed. If the user clicks "no" the modal s...

Getting back additional data from calendarbackend

Answered: You can send custom data using Update() method: http://doc.daypilot.org/calendar/callback-update/ The data parameter will be passed to AfterRenderJavaScript. It is stored in CallBackData internally.

Default Themes

Answered: They are now used in the theme designer for all new themes: http://themes.daypilot.org/ Just start a new one and download it.

Initialize daypilot in a separate window (window popup, window.open)

Maybe there are more than one problem but i'm stuck at pretty much the first row. I am trying to allow my users to make the scheduler/calendar "fullscreen" by snapping it out of the main window into ...

Move/Drag multiple events

hi Dan, besides selecting multiple events, would be also cool if the user is able to move or drag n drop multiple events in scheduler e.g. by pressing ctrl key? And all of event or callback argument ...

Align cells with offset

Hello, I am developing a booking system where it is useful to see when during the day the booking begins. Most bookings are for the night, so if the booking looks to be during one day it is misleadin...

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/

Calendar control; showing only busniess hours, but with scrollbar to scroll through the hours and not scorlling the entire page

Answered: You can control the hour range using DayBeginsHour and DayEndsHour properties. See also: http://doc.daypilot.org/calendar/overnight-scheduling/ You should be able to combine it with HeightSpec as nee...

Snap to Grid

Answered: I have created a simple tutorial that demonstrates how to do this: http://code.daypilot.org/98349/annual-leave-booking-asp-net-c-vb-sql-server It is based on the current sandbox version of DayPilot (...
Previous Questions 121-150 of 328 Next