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

Active Questions

Help! How to Hide Date in Events?

Answered: In the Calendar (http://www.daypilot.org/calendar.html): ShowEventStartEnd="false" In the Month (http://www.daypilot.org/month.html): ShowEventStartEnd="false" In all controls: Using BeforeEventRende...

Plan multiple resources in the scheduler in one go?

Answered: This can be done, but: 1. You need to separate the actual events from resource links in you database. Each event could be possibly linked to several resources so you need one more table for the link....

Set different business hours for different days

Answered: The BusinessBeginsHour and BusinessEndsHour properties should only be set once and before the cells are generated (i.e. before BeforeCellRender). Chaning BusinessBeginsHour inside BeforeCellRender ha...

how to set daypilot calendar width as auto?

Answered: It is possible to use Width="100%". This will set the control width automatically to fill all the horizontal space (subject to the CSS width rules). In the Calendar (http://www.daypilot.org/calendar....

Possible to move event labels on horizontal scroll in scheduler?

Answered: This is indeed quite difficult at this moment. But maybe the Bubble could help here, although I understand that it's not exactly what you were looking for. http://www.daypilot.org/bubble.html The Bub...

Refresh data of navigator while calendar update

Answered: It is necessary to update the Navigator using a separate request called from DayPilotCalendar.AfterRenderJavaScript. AfterRenderJavaScript="dpn.visibleRangeChangedCallBack();" See also: http://kb...

event selection with PostBack

Answered: You should set EventClickHandling="Select" and EventSelectHandling="PostBack". EventSelect will be fired on the server side.

Open PartialView in Modal Window

I have looked at the article on How to open a new event dialog using TimeRangeSelected event using modal.js and wondered if anyone has done this using the Razor engine of MVC 3? The article loads an ...

Image in event will trigger the EventMove event

Hi, I also have the same problem as the one reported by neokglitch on 10/13/2008.

shift between the dates and times of resources

I just set up the scheduler and when I open firefox version 7 my page, I find myself with a lag. The dates of the resources do not fall in front of the dates. The concern is that it does not happen i...

Calendar Memory Leak?

I've created a fairly simple page which just displays one calendar day with seven resource columns. There are probably an average of five events per resource, so there are roughly 35 events for the w...

DayPilot MVC scheduler print

Answered: This feature is not implemented yet but it's coming soon!

How to knows all the default css property name of DayPilot Calendar?

Answered: All the classes mentioned in the documentation should be working fine: alldayevent (all-day event box) event (event box) cellbackground (time cell) colheader (column header cell) alldayheader (all-da...

Day Pilot Scheduler(Asp.Net) - When does the day end (Event Resize)?

Answered: This url shows a demo for the Java version (http://java.daypilot.org/): http://java.daypilot.org/demo/Scheduler/ There is a bug in version 1.1.183. It's already fixed in the latest sandbox build: htt...

Separator not accepting more than 2 arguments

Answered: Please check for possible typos, the method is there and this example should work fine: // Red separator with 50% opacity placed at the current day with width equal to CellWidth, shown above events...

separator adding

Answered: You can do it in the .aspx file: <DayPilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server" .... > <Separators> <DayPilot:Separator Color="green...

BeforeCellRenderEventArgs BackgroundColor rendering in IE6

Answered: Please check that you are setting correct CSS-style formatted color strings to e.BackgroundColor in BeforeCellRender. It doesn't accept Color object. Example: protected void DayPilotScheduler1_...

Limit number of events per resource

Answered: Yes, this can be implemented as part of the server-side logic. However, there is no way to restrict time range selecting individually per resource on the client side.

Multiple header to Columns

Answered: At this moment, the Scheduler (http://www.daypilot.org/scheduler.html) is only able to show two rows in the time header (X axis). The size of the cells in the first row can be set using CellGroupBy p...

DayPilotCalenda Can you have double double and single click events?

I am not able to capture the double click event. When I double click it is calling the EventClick.
Previous Questions 3941-3960 of 5292 Next