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

Questions Tagged feature

Does HourHalfBorderColor still works in new Calendar version ?

Answered: This property is obsolete now when CssOnly="false" mode is not supported anymore. However, you can achieve this effect using CSS. The border is defined using a cell class. The default style ("calenda...

Time in event title

Answered: The current version doesn't add the time automatically but you can enable it using ShowEventStartEnd property: ShowEventStartEnd="true"

Scheduler event diseapear after resize/move

Answered: Older versions of DayPilot stored event data in ViewState by default. Newer versions use StoreEventsInViewState property to control the behavior. By default it is set to "false". You can enable the o...

Push updated data to other connected clients

Answered: In ASP.NET MVC, the best way is to use SignalR to notify the client about the changes. You could possibly also send the actual changes using SignalR but it seems to be easier to just send a "refresh ...

Navigator selection days

Answered: It's in the wishlist but there is no specific time plan. There is an option to sponsor this feature if you'd like to set a fixed implementation date - please contact sales@daypilot.org if you'd like ...

Select multi resources?!?

Answered: In the Lite edition, the Scheduler control is not available. In the Pro edition, you need to load the event as multiple records if you want to display it in multiple rows (one per row).

Anything new on nuget for your controls?

Thanks

Recurring Events which occur like: on 2nd monday of the month...

Hi Dan and Team, I've seen in your forums, requests for supporting rules such as: "Recurring Events which occur on second Monday of the month".. http://forums.daypilot.org/search?q=events+x+monday ht...

Including the scheduler daypilot into a directive with isolated scope

Answered: Since version 8.2 (http://javascript.daypilot.org/daypilot-pro-for-javascript-8-2/) the scheduler supports "publish-as" attribute which lets you specify the target for the DayPilot.Scheduler object. ...

VS 2010 version of hotel-room-booking-asp-net-c-vb-sql-server please...

Answered: Dave, If you open the TutorialHotel.sln file and change the following line (#2): # Visual Studio 2012 to # Visual Studio 2010 it should work.

Limit resources

Answered: DayPilot Scheduler doesn't limit the number of resources. However, there are different heigh settings that will affect how many resources/rows are visible without scrolling. Please take a look at the...

Control for MVC ASP.Net

Answered: Unfortunately a MVC version not available at the moment.

Booking for multiple tables

Answered: This scenario is not covered by the tutorial. However, you can select multiple time ranges at once using "time range multi-selecting" feature: http://doc.daypilot.org/scheduler/time-range-multi-selec...

Multiple resources timerangeselect

Answered: Yes, it's possible but you need to select the resources one by one (holding Ctrl): http://javascript.daypilot.org/demo/scheduler/multirange.html

Delete event in lite version

Answered: The Lite version doesn't implement the integrated "delete" icon. The best way to handle it would probably be including a special "Delete" button in the "Edit" modal dialog (just like Google Calendar ...

Daypilot Scheduler - Export to PDF

Answered: If you want to add custom header and footer to each PDF page simply use the code from "Add Title to PDF" section: // create a graphics object for PDF page modification XGraphics gfx = XGraphics.Fr...

External Drag and Drop in Monthly Calendar

Answered: Yes, but there is no set target date at the moment.

Ability to add/remove/update rows without updating entire control

Answered: You can find and modify the cells using cells.find(), cells.findXy() and cells.findByPixels() methods: http://api.daypilot.org/daypilot-scheduler-cells-find/ http://api.daypilot.org/daypilot-schedule...

Image/PDF Export for ASP.NET MVC

Answered: The next MVC version (8.2) will include client-side PNG export support. You can create the PDF on the client side using jsPDF (http://mrrio.github.io/jsPDF/). It will let you insert the exported PNG ...

api version

Answered: The ASP.NET WebForms version uses API v1 and it can't be changed. The selected api affects how the client-side events are processed. For api=1 only one event is fired for every action, depending on t...

Expected End Date

Answered: You can set custom CSS for an event using onBeforeEventRender. See also: http://doc.daypilot.org/scheduler/event-customization/ CSS <style> .expected .scheduler_default_event_inner { ...

Navigator highlights previous month while toggling between week and month view

Answered: You can change the navigator selection using .select() method: var nav = new DayPilot.Navigator("nav"); // ... nav.select(new DayPilot.Date()); // selects today

Headers with different height

Hello, Is it possible to configure a different height for each header? For example I have 3 headers, Month, Day and Hours, and I want to have Month 40px height and Day, Hours height with a height of ...

Export functionality PDF/PNG format

Hi, I am currently evaluating your product DayPilot-Pro for using it in our online application. But one of the most important requirement is to be able to export the calendar in PDF/PNG (for printing...

My DayPilotCalendar don't fire the OnTimeRangeSelected Event on PostBack

Answered: It's now fixed in version 5.0 SP1 (build 303): http://www.daypilot.org/download/

Multi Resizing

Hi. We are currently evaluating Daypilot Scheduler. Very satisfied with the multiselect and multimove features. But we are missing the option to select multiple events and then resize all selected si...

Fix the upper Resource? (2nd try)

Answered: Unfortunately there is no quick solution other than using two Schedulers. However, this is just a workaround and may not work in all cases. <div id="dp1"></div> <div id="dp2"></div> <script> ...

Drag and Drop Indicators with Informations about a Resource

Answered: The latest build (8.0.1571) now stores the row information in a DayPilot.Row object accessible as args.row: http://javascript.daypilot.org/sandbox/ In previous releases you can get the row object usi...

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!
Previous Questions 91-120 of 326 Next