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

Active Questions

Update navigator after changing date on server side

Hi all, maybe it's easy to do, but I can't set the initial date of navigator form the page_load function of my page. The problem is, that the startingdate will be set, but on the page the navigator w...

100% Height for Scheduler (HeightSpec="Parent100Pct") not working

Answered: This probably means the height of the parent element is not set properly (at all). Please see also: http://kb.daypilot.org/22832/how-to-use-scheduler-with-100-height/ You can use fixed pixels: heig...

Scheduler SetScrollX from JScript

Answered: In the Scheduler, you can do it using setScroll() method (in pixels): http://api.daypilot.org/daypilot-scheduler-setscroll/ Or using scrollTo() method (using a date): var now = new DayPilot.Date(...

How to Refresh DayPilot Lite Scheduler after entering event

Answered: The only way to do it in the Lite version is to place the Scheduler inside an UpdatePanel and refresh the panel. It is demonstrated in this tutorial (not described in the tutorial text but it is used...

adding resources by vertical resizing

Answered: Hi Dennis, Unfortunately this is not possible at the moment - an event can only be displayed in one resources row. If you want to display it in multiple rows, you will need to have it twice in the da...

Differnt colors for Gantt tasks

Answered: Some themes use a gradient event background defined using "background" CSS style (scheduler_white, scheduler_green). The e.BackgroundColor translated into an inline "background-color" and this proper...

Events rendering 1 day back

Answered: Please try using DateTime.Date when setting the new StartDate value, e.g. protected override void OnCommand(CommandArgs e) { switch (e.Command) { case "navigate": D...

Modal dialog seems to have a max height of 250?

Answered: The version of DayPilot.Modal that can be downloaded at code.daypilot.org [http://code.daypilot.org/81367/daypilot-modal] supports three properties: * height (the fixed height; the minimal height whe...

how to split an hour

Answered: In the Lite version the cell duration is fixed to 30 minutes. In the Pro version you can change it using CellDuration property (CellDuration=15).

Webmatrix

Answered: You can use Webmatrix but its editing and project management capabilities are limited. I would recommend trying Visual Studio Express for Web instead: http://www.microsoft.com/visualstudio/eng/produc...

How do you use EventResizeJavaScript and similar with MVC

Answered: This is not a typical scenario and that makes the solution a bit complicated. What you need to do in the JavaScript is to call the server-side handler and then make sure the request has been complete...

horizontal display of calendar

Answered: When display calendar for multiple users you can choose one of the following views: 1. Resources on the vertical axis and time on the horizontal axis (Scheduler control): http://www.daypilot.org/demo...

Calendar stuck in loading

Hi... I am not sure this is a bug, but I have a DayPilotCalendar in an UpdatePanel and bound to an EntityDataSource. When I initially load the page, it appears correctly. When I change its StartDate ...

Bubble + Traditional Theme

Answered: Seems to be fixed in the sandbox version: http://www.daypilot.org/sandbox/Scheduler/ThemeSilver.aspx

How to add additional data in day pilot event

Answered: Hi krishnan, The event source object (from DataSource) is available in BeforeEventRender event handler as e.DataItem (e.DataItem.Source). Example: protected void DayPilotCalendar1_BeforeEventRe...

System.Exception: Unsupported escape sequence

I just started to test DayPilot....if I want to set a new Event, I always get an exception in this line: page.Response.Write("parent.DayPilot2.ModalStatic.result = " & DayPilot.Web.Ui.Json.SimpleJson...

Display more event data

I want to display more event data along with name, start, end... in DayPilot Pro Calendar Let say I've two more fields in datasource [Description and location], now I want to show it with other detai...

How to show the different color for each type of Event (MVC doen't have e.DataItem)

Answered: It's now available in build 5528. See the sandbox: http://mvc.daypilot.org/sandbox/

How to display 12 AM on week view calendar?

How to display 12 AM on week view calendar?

Problem with TimeRangeDoubleClickJavaScript in Chrome Browser

Answered: This should be fixed now in build 2866. You can download it in the sandbox: http://www.daypilot.org/sandbox/
Previous Questions 3441-3460 of 5203 Next