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

Active Questions

Lose the line between columns in week view in IE8

I have an aspx page inside in Iframe. The day pilot control is set in a scrolling div on the .aspx page. The height spec is set to full I have button above the div which switch the day pilot from day...

How do i add an icon in the top left corner

Answered: The upper-left corner HTML can be set using BeforeResHeaderRender event: http://www.daypilot.org/scheduler-custom-resource-header-rendering.html

How to remove demo icon from DayPilotMonth calender

Answered: Buy it or use the open source version.

Non-resource resource parent

I'd like to make a feature request for daypilot for java. In my application Resources have parents, but a parent is not a bookable resource itself. For example: You are running a farm-holiday-resort....

How to use the horizontal scroll bar on the DayPilotCalendar?

Hi, I am trying to add a horizontal scroll bars on the calendar is it possible and if so, could you let me know how I could achieve this?

Tow deferent EventBackColor

-If I have more than one Event, let say 2in the same date. How can I give them two deferent colors., If it's possible. Thanks

clientState not working in daypilot calendar

Answered: The clientState value is only synchronized during calls that are coming from the DayPilot control (either PostBack or CallBack). That means it's not available on the server side when you push a Butto...

Scheduler - When does the day end?

Answered: It's now fixed in build 1.0.187. See also: http://java.daypilot.org/daypilot-pro-for-java-1-2/ Thanks for reporting the bug!

How to hide the Message Bar on Scheduler Control without clicking the X

Answered: You can call dps.hideMessage() using JavaScript. The message will be more configurable in one of the future releases. It will be possible to customize the appearance and timeout, both globally and in...

DayPilotNavigator don't show recurrence events

Answered: Unfortunately, it's not implemented yet. It's on the wishlist with a hight priority. However, I'm not sure if it will be available in the 6.5 release (http://www.daypilot.org/daypilot-pro-6-5.html).

ContextMenu - confirmdelete

Answered: It should look like this: dps.contextMenu = new DayPilot.Menu([ { text:"Delete", onclick: function() { if(confirm('Are you sure?')){ dps.eventMenu...

Event delete confirmation? (DayPilot Scheduler)

Answered: The Lite edition doesn't have a client-side (JavaScript) API. You can handle the EventClick event using JavaScript but you will need to invoke the delete command manually using custom PostBack call o...

Inline Edit Mode

Hello, I am new about DayPilot. I'd like to know how could I enter inline edit mode. I have seen the source of DayPilot Pro, but I do not understand how it is implemented. Does anyone help me? Thank ...

To set Z-index in DayPilot Month

Answered: The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified: <div style="z-index:1"> <DayPilot:DayPilotMonth ...... /> </div>

Change UseEventBoxes in code

Answered: You can change the value anytime but you need to force a full client-side reload using Update(): DayPilotScheduler1.Update(CallBackUpdateType.Full);

How to update the content of top left corner cell on scheduler?

Answered: Please see an example from Demo/Scheduler/Default.aspx.cs: protected void DayPilotScheduler1_BeforeResHeaderRender(object sender, DayPilot.Web.Ui.Events.BeforeHeaderRenderEventArgs e) { ...

problems with the new recurrence mechanism

Answered: Scheduling applications might get complex easily and I won't pretend DayPilot has a prebuilt solution for all the cases. One of the first things you may need to do is to switch from a simple one-tabl...

Change FreeTime Tile Color when clicked

First of all, thanks for sharing and providing this wonderful control.. my problem is i don't know how to change the freetime tile/cell whenever it is clicked.. could someone tell me thanks in advanc...

Drag n' Scroll

Answered: This feature is now implemented (build 6.5.2303). See also: http://www.daypilot.org/daypilot-pro-6-5.html

Daypilot scheduler missing events boxes in exported PNG

Answered: It's now fixed in build 6.5.2301. See also: http://www.daypilot.org/daypilot-pro-6-5.html Thanks for reporting the issue!
Previous Questions 4021-4040 of 5292 Next