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

Active Questions

Column Header Height

Hi, i use calendar ressouce view and i would like to have different height in different columns header level. HeaderHeight property affect all level. I have custom html only for the first level (date...

Calendar.BeforeHeaderRenderEventArgs precision

Answered: 1. This has been changed recently. The BeforeHeaderRender is not called for the corner anymore. You can modify it directly using .CornerHtml property: DayPilotCalendar1.CornerHtml = DayPilotCalenda...

dpScheduler.ShowBaseTimeHeader = false does not work when exporting

Answered: This looks like a bug. The ShowBaseTimeHeader will be deprecated in the next release (7.6). The time header rendering was changed significantly: 1. The time headers will be fully independent of the c...

Use Theme file and event height

Answered: The default CSS themes (white, green, transparent, etc.) and themes created using http://themes.daypilot.org should not affect the event dimensions. When adjusting the theme manually please remember ...

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

Refresh page after postback delete

Answered: You would have to do a manual refresh using commandCallBack(). See also here: http://doc.daypilot.org/scheduler/commandcallback/ But it is better to use dps.eventMenuClickCallBack() instead of PageMe...

Get ItemSource in BeforeEventRenderEventArgs after Postback

Answered: The e.DataItem is only available in BeforeEventRender on the server side. For additional data that need to be passed with the event through all its lifecycle you should use tag fields (*DataTagFields...

Scheduler getRow renamed to $68

Answered: This method was internal and is now hidden. You can use the following method to get information about a cell under certain position: var cell = dps.cells.findByPixels(120, 1)[0]; var start = cell....

Can we have sub menus from the rightclick menu control

Answered: See: http://doc.daypilot.org/menu/submenus/

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

Move Event Handler

Answered: Sorry, I'm still not able to reproduce the problem. Please check also the MoveBy property (it determines the drag handlers): http://doc.daypilot.org/scheduler/event-drag-handlers/ > BTW,Is it possibl...

dynamuic dates for start and end of daypilotmonth

Answered: Please see the documentation on changing the date using Navigator here: http://doc.daypilot.org/month/navigator/

Creating EventClick on a Dynamic Component Daypilot

Answered: All user actions (clicking, moving, resizing....) are disabled by default. You need to set EventClickHandling to either CallBack or PostBack in order to activate the server-side event handler. Exampl...

Calendar centering time column vertically when container is larger than content on newest version

Answered: The left cell was using valign="top" which doesn't work well anymore. It's now updated - can you please try the latest sandbox build (7.5.2989)? http://www.daypilot.org/sandbox/

eventmenuclick

Hi, I am trying to get the eventmenuclick handler to work as a postback. I have a scheduler control timerangeselected handling to Hold and a context menu added to the scheduler. My expectation is tha...

Set a Resource as Unavailable for a Time Period on Scheduler

Answered: You can set custom background color, HTML and CSS class for individual grid cells using BeforeCellRender event handler: http://doc.daypilot.org/scheduler/cell-customization/

Calendar control; showing only busniess hours, but with scrollbar to scroll through the hours and not scorlling the entire page

Answered: You can control the hour range using DayBeginsHour and DayEndsHour properties. See also: http://doc.daypilot.org/calendar/overnight-scheduling/ You should be able to combine it with HeightSpec as nee...

Scheduler: From DEMO to paid version; DEMO indicator gone, but now says "null" in top left corner

Answered: This looks like a bug. The "null" text comes from CornerHtml property. You can use DayPilotScheduler1.CornerHtml = String.Empty in Page_Load as a workaround.

Cellduration for scheduler 1 day only

Answered: its ok i set the end date as a date variable and used date.adddays(-1) on the end date

Scheduler onload only renders half the area

Answered: This bug should be fixed now in build 7.5.8329. See the sandbox: http://java.daypilot.org/sandbox/
Previous Questions 3421-3440 of 5307 Next