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

Active Questions

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!

Using quarters or months for CellDuration rather than days, hours, or mins etc.

Answered: In the Calendar, the maximum CellDuration is 60 (minutes). In the Scheduler, you can set it to whatever you want but it will be the same for all cells. That means it will not be practical for months ...

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

... Show events in the mont view with rounded corners and other Google-like stylings?

Answered: It's now possible to use rounded event corners in the Month control as well: http://www.daypilot.org/demo/Month/RoundedCorners.aspx See also: http://www.daypilot.org/daypilot-pro-6-4.html

Change the Back Color of Month Calendar on selected dates

Answered: You can use BeforeCellRender event handler: protected void DayPilotMonth1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.Month.BeforeCellRenderEventArgs e) { if ...

Scheduler show bubble on event click

Answered: The EventClickHandling="Bubble" option was not supported. It's now enabled in build 6.5.2300. You can also add EventHoverHandling="Disabled" to turn off hover bubble action. See also: http://www.dayp...
Previous Questions 4041-4060 of 5307 Next