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

Active Questions

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

Calendar stuck on Loading

when i open the calendar on my laptop (chrome) everything is OK. but when users try to open the pag on their android phone, events do not load and loading label is shown. I connected my laptop to the...

headers are shifted

Hi. I'm new to using Calendar (lite) and when I run the web app in the IE 11 - headers with the dates are shifted vs the data. It shows data for the next date and headers and columns are not aligned ...

Change cell border color in scheduler?

Answered: The direct style properties are ignored in the CssOnly mode (the CssOnly mode is forced since 8.0 release): http://api.daypilot.org/daypilot-scheduler-cssonly/ You can control the cell border using C...

onBeforeCellRender for a ressource on a day

Answered: Let's say you have a list of days to be highlighted: var days = ["2016-01-01", "2016-05-01"]; You can use the following code to highlight these days in the Scheduler: dp.onBeforeCellRender = fu...

how-to-read-anr-write-tags (Continued)...

Answered: Thanks for pointing this out. The ASP.NET version stores the tags in a slightly different way. Using e.tag("name") is the universal way to read the tag values. The JavaScript version requires the eve...

Where is the new event details stored?

Answered: In the ASP.NET version the events are loaded from the DataSource property when you call DataBind(). If you set StoreEventsInViewState to true they will be stored temporarily in the ViewState but it i...

Rows Filtration in Scheduler

Answered: It's quite possible that the version you are using doesn't support row filtering. As you can see in the documentation (https://doc.daypilot.org/scheduler/row-filtering/) the row filtering is supporte...

Resource start time format in scheduler

Answered: When you specify the data source for the Gantt columns it will take the source data and display them using the default format. In case of DateTime fields, it is DateTime.ToString() method. This metho...

Update event details in database using Ajax

Answered: I assume you don't want to use any of the built-in mechanisms (PostBack, CallBack, Notify). You can make your own AJAX call (e.g. using jQuery) from EventResizeJavaScript handler. Note that the JS co...

Please would you provide some examples of supported scenarios?

Answered: Dave, Generally, what you find in the documentation and the tutorials (http://code.daypilot.org/) are supported scenarios. We are discussing mainly the recurrence - and here the supported scenario is...

I would also like to allow the users to edit the recurring events and subsequently the recurring rule using the inbuilt support AND the manual events ..

Answered: For events that you have expanded manually you need to store this information in custom fields (DataTagFields) so you can access them later. You will not be able to identify them using e.recurrent() ...

Planning to Purchase DayPilot Pro for ASP.NET MVC (OEM Start)

Answered: It looks like you might be referring to this question: http://forums.daypilot.org/Topic.aspx/3066/increase-cell-width-based-on-number-of-events I understand the requirement but I'm afraid there is no...
mvc

How do I get the in-built UI functionality for editing recurrence events restored after not using inbuilt functionality?

Answered: Dave, You need to store the rule definition with the master record even if you don't let DayPilot to expand it automatically. You will need it just for this case - to know how the rule was defined so...

Group Concurrent Events with Tree Resources

Answered: This bug is fixed now in the latest build (8.2.2082): http://javascript.daypilot.org/sandbox/ Thanks for reporting the problem!

the calendar has an issue in ie8 mode

Answered: This issue should be fixed now in the latest build (8.1.3504). You can download it in the sandbox: http://www.daypilot.org/sandbox/ Just note that DayPilot is not supported on IE8 and previous IE ver...

Multi-Line Events

Answered: By default, the Scheduler prevents the event text from wrapping. You can change it using eventTextWrappingEnabled property: dp.eventTextWrappingEnabled = true; You can also set custom event heigh...
Previous Questions 2641-2660 of 5291 Next