Active Questions
Side Scrolling Problem Persists
Answered: I figured it out. I put the Calendar inside a div with TEXT-ALIGN set to left. That ran the whole calendar to the left of the screen, then I put it into a table that was centered and the problem went...
How to Change Language (English to German) of calendar.
Answered: Yes, it's possible. There are several areas that need attention when localizing DayPilotCalendar: The start and end details in the event box are formatted using the current culture. The header date f...
How to limit Number of months in shedular
Hi, I am implementing daypilot shedular control in my asp.net application. But it display data from January to December. How do i retrict the shedular to show data up to specific moth e.g. How do i i...
Daypilot paging and sorting
Hi, I am bit confused to found is it possible paging and sorting in daypilot shedular if yes please give me some ideas for how do i achieve it. Thank You
Customize Header in
Answered: You should use the following settings:
CellDuration="10080" (one week)
CellGroupBy="Month"
You can customize the header HTML using BeforeTimeHeaderRender event handler. See also: http://kb.daypi...
External Drag&Drop problem
Answered: This error is now fixed (build 2433). See also: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-6-8.html
Does recurring events support "every third monday of the month" ?
I'm looking at the DayPilot calendar control for a client project. The recurring events feature works very well, but I can't find any documentation on scheduling a recurring event on the 'x' day of e...
Can an activity/appointment be assigned more than one resource
Scenario: I need to setup an appointment/job for a customer. I need to send 3 employees/resources. Can this be done with DayPilot. Three DB tables would be involved. Employees idEmp EmpName ... Appoi...
Show scheduled time in an event
I have an application where my clients can setup different events for when they are available and then their clients can schedule lessons during those events. I am trying to find a good way to show o...
Response.redirect in Context Menu
Hai team , iam having a Context menu with 4 items in it ,with the call back feature , in 2 of them i want to redirect them to som other page.while trying to do this iam getting an exception that Resp...
Navigator winter-time troubles?
Im using Navigator with my scheduler have set it up to use Monday as the first day of the week. It all works fine for summer months, but in the winter-time months suddenly Sunday has become the first...
Days scheduled in a calendar
Hi I am new to DayPilot Pro. We have a licensed version of DayPilot which we are currently using in our project. We have configured it to create recurring events and store it in an encoded format in ...
Disable button click of modal
Answered: You can disable closing the dialog on background click by commenting out line 286 in modal.js:
hide.onclick = function() { This.hide(); };
But it's dangerous - if something goes wrong in the dial...
Not all events display on the DayPilot Control
Answered: In some browsers (especially IE), this can happen if you are trying to display a single long word that doesn't fit the event. This is a problem of how the words are wrapped and it can't be controlled...
How we can set the Y axis focus for given date and resoucce in Day Pilot Scheduler
Answered: Focus 1. You can set the vertical scroll position using ScrollY property on the server side (don't forget to call Update() then). However, this works with pixels so it might be difficult to calculate...
Is there a way to change the background color of the DayPilotCalendar1.UpdateWithMessage?
Answered: At this moment, it's only possible when you display the message bar manually using AfterRenderJavaScript [http://api.daypilot.org/daypilot-calendar-afterrender/] and .message() [http://api.daypilot.o...
Custom Cell Rendering
Hello, at the documentation i found the following comment: ~~~ 3. Performance If all cells in a column have the same color and this is true for all columns, the following optimization is applied: The...
Setting CellHeight in Command event
When i set the CellHeight to a new value using the Command event (callBack) the control is not updated right away. I need to refresh (F5) the page in order to see the new value. When i do the same wi...
Add Event in Schedule Lite
Is it possible to add events in DayPilot Lite version. I can trap the OnClick event, show window and add details, add details to the table and I also bind it with the scheduler. But I cna't see event...