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

Questions Tagged

Reccurence problem in month view

Answered: You should move the first event so it matches the rule, please see also here: http://forums.daypilot.org/Topic.aspx/1376/reccurence-problem-in-week-view

Reccurence view

Answered: The first event is not considered a part of the series. That's why it can have any start and it's not counted towards the limit when Times() rule is used. See also: http://forums.daypilot.org/Topic.a...

Event Bubble render client side

Answered: It's possible to set the bubble HTML in advance so it isn't loaded from the server using BeforeEventRender event handler (use e.StaticBubbleHTML property). protected void DayPilotMonth1_BeforeE...

Problem with DayPilotCalendar hosting on server

Answered: I suggest taking a look at the page HTML source. There is a JavaScript block that initialized DayPilotCalendar. It looks like this: <script type='text/javascript'> /* DayPilotPro: 6.5.2299.0 */ f...

Getting Start Time and End Time in Day / Week View

Answered: You might want to take a look here: http://www.daypilot.org/scheduler-time-range-selecting.html This article is about the Scheduler control but the other controls work the same way. Here is a KB tuto...

Schedule - misalignment resources and header sharepoint 2007 DayPilot 6.4

Answered: Don't you have the zoom set to something else than 100%? If that wasn't the problem, could you please send me the output HTML of that page to support@daypilot.org? http://kb.daypilot.org/55640/saving...

How to reflect changes in the database to DayPilotCalendar using callback.

Answered: It looks like you aren't reloading the data in the server-side event handler. You have two controls, with ClientObjectName values of "dpc1" and "dpc2". If you want to refresh both of them, call: dpc1...

Order of display for events in Scheduler Resource Mode

Answered: You can user EventSortExpression property to specify order of overlapping events. See also here: http://www.daypilot.org/daypilot-pro-6-2-sp3.html

Event DurationBarHeight

Answered: It's there already and it's called DurationBarHeight.

How add images to eventboxes

Answered: Harshad, Not sure if this is exactly what you're looking for, but you can do something like this in _BeforeEventRender: e.InnerHTML = "<img src='img.png' onclick='alert(this)' />" + e.Tag["evt_nm"];

Issue with DayPilot, ASP.net AJAX Control toolkit

We are evaluating the PRO features with our application and are facing some issues with IE9. We are using AjaxControl Toolkit (Latest Version) and Obout Components. There is some conflict with the MS...

Testing and message for attempt to create new event before current time and date

Answered: It depends on how you are creating a new event. If it's directly on TimeRangeSelected it could look like this: TimeRangeSelectedHandling="JavaScript" TimeRangeSelectedJavaScript="check(start, end,...

Set title of cell

Answered: You might want to take a look at BeforeEventRender event instead. cell = background time cell (all cells have fixed size is determined by CellDuration) event = event box displayed on top of the backg...

Change Day and Date Column Header Font

How can I change the font for the column headers (day and date). I have added the attrribute - CssClassPrefix="scheduler_" and I have added the following styles to the css. .scheduler_timeheadergroup...

'DayPilot' is undefined

Hello, i have a problem with demo version i created a aspx page with calendar elements, and i created the same datatable on the example, but internet explorer look the error 'DayPilot' is undefined.....

How to change button label on the confirm popup.

Answered: The confirm() dialog is provided by the browser and it's not possible to change the buttons.

How to show slots that have EndTime >= 00:00

Answered: I'm not able to reproduce the problem. If I create a new event (from 22:00 to 00:00 the next day) it displays fine: http://www.daypilot.org/demo/Calendar/ Are you sure that you are loading the data f...

How to stop flickering of DayPilotCalendar in updatePanel

Answered: If you place the Calendar inside an UpdatePanel it gets redrawn completely during update. Different browsers may be able to handle it differently (IE is not very good at smooth redrawing). The page l...

how to change the value of the multipal DayPilotCalendar based on the click of DayPilotNavigator

Answered: Please see here: http://kb.daypilot.org/61736/how-to-bind-navigator-to-multiple-controls/

how to change the colour of e.DurationBarColor

Answered: You need to add this: DataTagFields="color" and handle BeforeEventRender event: protected void DayPilotCalendar1_BeforeEventRender(object sender, BeforeEventRenderEventArgs e) { e...

Daypilot Lite Scheduler : Problem when deleting events.

Answered: Apologies, after hours of working on it looks like I should have been blind not to see the bloody bug in my code. Anyway ignore this topic. Lord Arokh

Menu - Javascript commandCallBack is executed after page.loadcomplete and causes page to stop rendering

Answered: Ah I've solved it - sorry, my mistake. I wasn't thinking about the difference between callback and postback - replacing eventMenuClickCallBack with eventMenuClickPostBack makes it work.

DayPilot Lite Events

Answered: Yes, this namespace is only available in the Pro version. It contains delegates and EventArgs for the Pro events. In the Lite edition, only two events are available: EventClick and FreeTimeClick (cor...

Support for Exchange/Outlook and LDAP Connectors

Answered: There is no example available yet but it should be no big problem to show Exchange data using DayPilot. DayPilot accepts almost any kind of data. Just pass a simple List of custom objects to DataSour...

event resize javascript scheduler

Answered: Please see the following documentation pages: http://www.daypilot.org/calendar-event-resizing.html http://www.daypilot.org/calendar-event-moving.html Look for JavaScript Handling section. In short, y...

DayPilot Scheduler Focus On a Date

Answered: You can use the following method: DayPilotScheduler1.SetScrollX(new DateTime(2011, 7, 15));

Change mouse icon to hand on mouse over of monthview

Answered: At this moment it's hardcoded. You would need to change it in the source code.

DaypilotNavigator JS-select incorrect behaviour

Hello. When use dpn.select(dt) with dt not in visible range navigator should always switch to month which contains selected date. Now the logic is sometimes incorrect, especially when you try to impl...
Previous Questions 3931-3960 of 5276 Next