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

Questions Tagged

Cell Duration mis-alignment

Answered: This looks like an interference with a global CSS. Try to limit the global styles so they don't apply to the div with DayPilot. Check especially table and td styles in the global stylesheet.

Change height

Answered: The control height is calculated automatically from the individual rows. The minimal row height is set using MinCellHeight property. In the row stacking mode (EventStackingMode="Row") the row height ...

How to display day, week, month and year view on selection of user choice?

Answered: The best way is to add one control for each of the views (day/week/month) and hide all except of one. 1. You can do this by simply wrapping them in a div with style="display:none" and change this pro...

Scheduler / CSS / Event Background Colours

Answered: This is caused by the CSS theme definition. Some of the themes (white, green) use a gradient background which is defined using "background" property. The e.BackgroundColor set in BeforeEventRender is...

Scheduler and StateServer

Answered: The serialization problems related to StateServer have been fixed in 7.3 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-7-3.html

AfterRender-Event MVC Calendar

Answered: Ok, I've found a solution. I overwrite the function in the document.ready. Example: $(document).ready(function () { dpCalendar.afterRender = function () { afterRenderCallback(); } });

Why does Calendar re-render after TimeRangeSelected event fires?

Answered: If you use TimeRangeSelectedHandling="JavaScript" it will only execute the the JavaScript defined in TimeRangeSelectedJavaScript (onTimeRangeSelected on the client side). The server-side TimeRangeSel...

Image Export DayPilot Scheduler

Answered: I've got. The width should be 100% and not expressed in px

HELP ! I use Sheduler . I want count all sunday in beween tow days

Answered: DateTime start = Convert.ToDateTime("2013-04-01"); DateTime end = Convert.ToDateTime("2013-05-02"); int count = 0; for(DateTime d = start.Date; d < end.Date; d = d.AddDays(1)) { if (d.DayOfWe...

DayPilot Month show bubble when click

Answered: You can use EventClickJavaScript="bubble.showEvent(e, true)", where "bubble" is the value of DayPilotBubble.ClientObjectName.

DayPilot Scheduler multiple resources binding

I''m new to Daypilot scheduler. please let me know how to add multiple resources with different resource types and binding those with timeline. I can add only one id reference in following propeties ...

Get a listing of events on a specific day?

How would we do this? We have tried just pulling the date from the database, but because of the recurrence string, etc we cannot get the correct items. There are always extra when an item is deleted ...

How do i use update panel for DayView

Hi I'm trying to use daypilot lite, to dispaly events on the calender and if the selected date changes..it should bind the data for that date..But it is not working.. Any help appreciated <div style=...

Logout issue

Logout the application when callback..

RecurrenceExpander.Expand Sort?

We are using RecurrenceExpander.Expand to show the upcoming sessions of a recurring class as a list of dates. If a single occurrence is moved that new occurrence date shows up in the middle of other ...

Export not supported when Multi Level Header is used in Scheduler

I have Used Multi level Header Ranging from Day - Hour - Minute(15 mins span) . It works fine when i run it in browser. But it gives some strange image as output when i export it. I have attached two...

How to Enable the Saturday & Sunday in DayPilot Pro 7.1.2741

i'm using DayPilot Pro 7.1.2741 Trial,it will shows only Monday to Friday. I want saturday and sunday also,so pls help how to enable the days....?

Delete Events in DP Month With Recurring Events

DP 7.1.2695 DP Month I'm running into trouble trying to delete events in a Month cal with recurrence support. How can I call a delete/remove function from JavaScript? Calling Delete from a DP Menu it...

Scheduler add ResourceColumn programmatically

Hi, I'm using the scheduler and i would like to add programmatically ResourceColumn. My sample code is: DataTable dt = dl.SelectRooms(); DayPilotScheduler1.Resources.Clear(); int i = 0; foreach (Data...

DateTime localization

Hello, how do you localize the dates with the mvc release of daypilot scheduler? I have tried setting Thread.CurrentThread.CurrentUICulture and Thread.CurrentThread.CurrentCulture. It's a multilangua...

EventStackingMode with Cell not allowing the right click menu on the event for Month caledar

version 7.2 sp1 when i use EventStackingMode='Row' i can use/see the right click event menu when right clicking on an event. If i turn EventStackingMode to 'Cell' the right click event menu no long s...

long event does not appear- daypilot

Short duration daypilot events show on the schedule just fine, but if an event lasts for several months, it may not show on the schedule. For example, if you create a development event that starts on...

Error on DayPilotMonth EventClick

Hi, I´m getting an error when using the EventClick, when i run the page, gives the next error: 'ASP.aaaa.aspx' does not contain a definition for DayPilotMonth1_EventClick and no extension method 'Day...

AllDay Bubble

I'm using the DayPilotCalendar and DayPilotBubble controls together and its working great. however when i create events that span multiple days and it sits in the top portion of the calendar. The bub...

Clientside Set Height

Answered: Thanks Dan for your help. The best way to do this is to use HeightSpec="Parent100Pct". You can set the height of the parent element as you wish. If you need to update the height to match the height o...

Fixed height for row (css override) ?

Hi, with Daypilot Scheduler < 7.0 is it possible to adjust the row height manually (maybe with some css overrides) to a fixed height ? In my specific case I need to limit the rows displayed for a res...

How to apply a theme to a day pilot day resource view

Answered: In the Lite version, CSS themes are only supported in version 4 and higher: http://www.daypilot.org/daypilot-lite-for-asp-net-webforms-4-0.html In both Pro and Lite, you need to follow these steps: 1...

Limit displayed weeks in Month calendar...

Answered: This is possible if you set viewType to "Weeks" and weeks to 3: dpm.viewType = "Weeks"; dpm.weeks = 3;

crash on opening ajax toolbox popup extender (IE 10 only)

only in IE 10 (no such issue in previous version of IE and Chrome): IE crash on TimeRangeSelected opening modal popup extender from ajax Control Toolkit P.S.: in all other cases (when opening not fro...

DayPilotNavigator vs Update panel crash with lib vers 7.2

Created a empty page, added a Navigator control and a button. The button is in a seperate UpdatePanel. When button is clicked, server is called handle click. In this case, first time you click the bu...
Previous Questions 3421-3450 of 5175 Next