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

Active Questions

External Drag and Drop in Monthly Calendar

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

how many days are used this template code?

Answered: 1. If you are asking about the number of days visible in the Scheduler - this sample configuration displays 365 days but you can configure it using Days property. 2. If you are asking about the licen...

Should it be just a matter of replacing the DayPilot.dll to upgrade from the Lite version?

Answered: No additional changes should be required. You can give it a try by replacing the Lite version DayPilot.dll with the trial version from http://www.daypilot.org/try/

Scheduler -> Dynamic Cell Width with a minimum

Answered: There was a bug in the latest release that prevented CellWidthMin from working. It should be fixed now in the latest sandbox build (8.1.3509): http://www.daypilot.org/sandbox/

problem with date and time

hello,How can I separate date and time in two different text fields. Currently I am getting date and time in separate text field and it is inserting into database but events are not moving and not di...

Change Calendar Data based on Dropdown

Answered: In ASP.NET MVC you can request a server-side refresh using Command event handler. 1. Store the filter (the selected user) in the clientState property and invoke the Command event handler: var selec...

external drag and drop

Answered: The following tutorial shows how to use external drag and drop in a real-world scenario: http://code.daypilot.org/51743/courtroom-schedule-tutorial-asp-net-c-vb-net In most cases you will already hav...

RecurrenceRule: Does it store the start and end dates of the event?

Answered: No, it doesn't. The start date can be used when creating a new RecurrenceRule instance to read certain values for the rule - e.g. day of week in case of weekly recurrence, day of month in case of mon...

execute a javascript function after commandCallBack success

Answered: I recommend relying on the Navigator to request the events using the standard mechanism: 1. Let the "Next" button change the navigator only: <a href="#" id="next">Next</a> <script> $("#next")...

dynamically load resources and events on vertical scroll

Answered: Please see my comments here: http://forums.daypilot.org/Topic.aspx/3125/load-resources-and-events-on-vertical-scroll

How to disable daypilot scheduler?

Answered: Yes. There are two options: 1. You can turn off individual actions using the *Handling properties. Example: dp.eventClickHandling = "Disabled"; dp.eventMoveHandling = "Disabled"; 2. You can also...

Load Resources and Events On Vertical Scroll

Answered: At this moment, the Scheduler doesn't support loading additional resources during scrolling. All resources need to be loaded in advance using .resources array. However: 1. The row headers are rendere...

How do I use a date time after TimeRangeSelectedJavaScript?

Answered: The start of the selection is available in "start" variable in TimeRangeSelectedJavaScript. It is a DayPilot.Date object. TimeRangeSelectedJavaScript = "document.location='Bokabord2?startingtime=' ...

Export/Print Function for GANTT

Answered: It's in the plan and it will be available one of the future releases.

Edit rows from mobile devices

Hi, I'm trying the scheduler demo version and I've implemented the rows editing. On desktop browser everything works well and when I click on rows header I can edit it. But, if i'm using a mobile dev...

Send Email Reminders

Answered: You need to load the events from the database and expand them using RecurrenceExpander class. You can do this outside of a page and outside of the ASP.NET context - e.g. in a standalone application r...

how to remove the new event if inline event edit text is blank

Answered: In the latest build (8.1.1914), the onEventEdit/onEventEdited events are now also fired when the editing was canceled using <esc> or when the text is unchanged. The canceled editing is indicated usin...

Loading Completed Event?

Answered: There is a built-in element ("loading label") that will be displayed if a callback takes more than about 100ms. You can set the label HTML using LoadingLabelText property. It is displayed in the uppe...

How to remove DEMO MARK ?

Answered: When you purchase DayPilot Pro for ASP.NET WebForm you receive a download link to a full version of the package. You need to use DayPilot.dll that was included in the full package download. Sometimes...

How do you know when a single occurrence has been 'rescheduled'?

We are using the RecurrenceExpander to go through events to show whether openings on our calendar are 'booked' or not. Using the RecurrenceExpander seems to work well EXCEPT when one of the recurring...
Previous Questions 2641-2660 of 5307 Next