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

Questions Tagged

Event Deleting

Answered: Dan Letecky please look here there is an emergency

Monthly Calendar Tutorial: SQL Server, UpdatePanel, ModalPopupExtender (ASP.NET, C#, VB.NET)

when i write this tutorials code i doesnt work and give me this error The name " UpdatePanelCalendar' does not exist in the current context MeetingRoom " how can I add UpdatePanelCalendar or what can...

Event Calendar and ModalPopupExtender

Answered: It's omitted from the tutorial text for brevity but you can find it in the downloadable project (in Default.aspx.cs). This is the source code: private DataTable DbSelectEvents(DateTime start, DateT...

Multiple resource lines for one resource

Answered: Yes, that's possible using the "Resource Tree" feature: https://doc.daypilot.org/scheduler/resource-tree/

Obtain args.div in Scheduler's onEventDoubleClicked() event handler

(v.8.2 SP10) I am currently calling the Bubble's showHtml() method upon event double-click in the Scheduler. Is there a way to obtain the args.div like it is in onEventClicked()? It doesn't appear to...

Day Pilot Event Calendar

I wants align my one (or) more events one below one associated with same timeslot using Event Calendar in Week view and Day view. How to achieve this, can you please guide me.

Anything new on nuget for your controls?

Thanks

Divide day block/cell to more blocks/cells

Answered: It's possible to set custom cell size using the following settings: dp.scale = "CellDuration"; dp.cellDuration = 240; // 240 minutes = 4 hours See also: https://doc.daypilot.org/scheduler/time...

Problem setting headerDateformat to pt-br

Answered: What version of DayPilot do you use? There was a bug in versions prior to build 1974. It should work fine since version 8.2: http://javascript.daypilot.org/daypilot-pro-for-javascript-8-2/ Let me kno...

Calendar: Only Show Business Hours and be Dynamically resizable - how to do both?

Answered: You can use DayBeginsHour and DayEndsHour in combination with HeightSpec="Parent100Pct". See also: http://forums.daypilot.org/Topic.aspx/3391/daypilotcalendar-businessbeginshour-and-businessendshour-...

Anything new on 100% height issue as described here:

Answered: DayPilot detects window size changes automatically and it will adjust the height of the Scheduler control to match the parent element height if HeightSpec is set to "Parent100Pct". The key here reall...

DayPilotCalender - css Styling -- Overlap of "White" area over its container

Hi Dan and Team In a previous posting: https://forums.daypilot.org/Topic.aspx/3360/css-styling-calendar-and-scheduler-daypilot-controls I asked about styling of the calendar and scheduler controls......

DayPilotCalendar - businessbeginshour and businessendshour functionality

Answered: In the Calendar, the mechanism is slightly different: 1. If you want to hide selected days (which are displayed as columns) you need to switch to ViewType="Resources" and generate the columns manuall...

Desktop app

Answered: Yes, it's possible. You'll need to replace the browser-server communication with direct API calls. 1. For calling JavaScript functions from the WebForms application use WebBrowser.Document.InvokeScri...

Cross-hair and time range selecting Firefox bug

Answered: Hi, This version (6.7) is more than 4 years old and it's not supported anymore. I recommend upgrading to the latest version (8.2).

DayPilotScheduler component, set businessbeginshour and businessendshour - why is 23 showing?

Answered: Simply adding ShowNonBusiness="false" should be enough. See also: https://doc.daypilot.org/scheduler/hiding-non-business-hours/ And a demo here: http://www.daypilot.org/demo/Scheduler/HideNonBusiness...

DayPilot Scheduler throw Exception when choose weekend, Why!

Answered: This happens because the Scheduler doesn't have any timeline to display. It's an invalid setup. In the latest version it shouldn't throw the exception anymore - it will display an empty scheduler. Wh...

Scheduler with custom Timeline and TimeHeaders

Answered: It seems to work fine with the latest version (8.2). Can you please give it a try? http://www.daypilot.org/try/

How to change message color (angular)

Answered: Sorry for the confusion. The documentation on .message() was out-of-date. The current syntax allows you to pass additional properties using "options" object like this: dp.message("Test", { cssClass...

Any way you can pass a model in BackendURL

Answered: The backend URL is just a URL string and it doesn't allow passing anything else. You can pass custom parameters as an ID, query string or in a cookie. Example for custom query string: @Url.Action("...

Unable to find "EventBubble" in Pro version

Answered: Hi dan Thanks for your email. Its my PC I think, the restart works and its is working as expected
mvc

Encoded Characters in Data Prevent EventSelect Event Firing

Hi I'm encoding user input with HttpUtility.HtmlEncode (so apostrophes become e.g. ’) and the encoded input is being saved to database. When DayPilot calendar uses this data it renders fine, bu...

Autoscroll feature with Daypilot Calendar

Hi all, I'm wondering if it's possible to implement the autoScroll properties (available on Daypilot Scheduler) on the Daypilot Calendar. I have tired to set autoScroll = "Always" but it's not workin...

How to group resources without tree

Hi Is it possible to visually group the resources without make a tree (with no row for the parent(s) of the resources) ? Like on the screenshoot attached : beds are resources beds B and C are in the ...

Event Width Representative of Start and End Time, Monthly Event Calendar

Is there a way to get an event width to be representative of its start and end time? As an example scenario, if I had an event that started at 12pm (12:00) and finished at 6pm (18:00), is it possible...

Calendar refresh - hotel reservation

Answered: You can use the built-in autorefresh feature: https://doc.daypilot.org/scheduler/autorefresh/ It will fire onAutoRefresh event in the specified interval. The execution is paused during drag and drop ...

I dont have the option for scroll to resource

Answered: You can scroll to a specific resource using the client-side API (JavaScript): https://api.daypilot.org/daypilot-scheduler-scrolltoresource/

Events moving/resizing does not work with dynamicLoading enabled

Answered: There is a sample project that shows how to use the Scheduler dynamic loading. It's a more real-world scenario, it uses a database backend (unlike the demos that come with DayPilot Pro for JavaScript...

Closed modal not cleaning up after itself?

Answered: This is how it works at the moment: If the modal displays a URL (and not custom HTML) it creates an iframe object and uses it to display the target page. Creating the iframe is expensive so it keeps ...

Scheduler Event Resize Issue

In DayPilot Scheduler Event drag is working fine but I cannot resize the event by dragging. Can Anybody help me to fix this Issue? Using following version. DayPilot Pro Copyright (c) 2005 - 2016 Annp...
Previous Questions 2281-2310 of 5130 Next