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

Questions Tagged how-to

Bubble events in dynamic scheduler

Does the bubble events work in the dynamic scheduler - if so how do I get it to work? Thanks Mike

how do I set the width of the dynamic sceduler to 100% of the container width?

I want to be able to handle different width browser windows - this can occur from a user having a larger resolution or from the user resizing the window on the fly. Can the dynamic scheduler control ...

RowMarginBottom and Height of DayPilotScheduler

I have a DayPilotScheduler where I add resources dynamically. I haven't set any height properties anywhere, and the height of the scheduler perfectly matches the number of resouces (=no vertical scro...

"Smart" external drag & drop

Is it possible to limit where an external item can be dropped to? For example, allowing an external item to be dropped only on the 5:00 to 6:00 slot. I realize it is possible to validate this server-...

Replicate NonBusinessHours="HideIfPossible" in latest ver??

In the latest build NonBusinessHours as been removed, it is possable to replicate this in the new ver? Cheers dan

drag & drop items between two schedulers

Is it allready possible to drag items between two schedulers on the same page? if so, can someone provide an example? Greetings Willem-Jan Putto Maral automatisering BV

Read-Only Mode in DP-Pro

How can I make DayPilotCalendar read-only? I just want to display Events to users. So I need to disable all Pop-Up Menus completely. Thank you, Reinhard

How do I connect DayPilot Navigator with DayPilot Month in VB.NET?

Answered: I'll try to clarify: There are two events that the Navigator control is firing: VisibleRangeChanged - fires when the user clicks the < or > links in the navigator header (to switch to the next/previo...

Day cell hover in DPMonth?

I want to change the appearance of a single day cell (not an event) in DayPilotMonth on hover to inform the user that something is likely to happen when it's clicked on. Is there a way to do this? (P...

Schedular WeekStarts

Answered: Hi Rob, Sorry for the delay. Monday was hardcoded as the first day of week (having effect on the header group) in DayPilot Scheduler. I've just added WeekStarts property that works the same way as in...

Custom context menu &amp; Selection handling

Two questions: 1. Is it possible to set DayPilot Calendar to only allow one cell to be selected at a time? 2. Is it possible to disable the context menu based on where the user clicks? (some cells do...

Remove Time in Scheduler

Hello, Is it possible to remove the time on the event's name? I have tried setting the start and end time to 00:00:00, but it did not remove the time on the event.

Possible to show events summary in cells with DayPilotMonth?

Hi I'm evaluating DayPilotMonth and DayPilotCalendar Pro at the moment. In my system, I will have to cater for up to 20/30 events per day. I would like to use the DayPilotMonth control, however when ...

Schedular Customer Day/Week Header

Answered: Sorry for the delay... You can customize the headers using BeforeTimeHeaderRender event. The first row (group header) can be detected using e.IsColGroup property and the content can be set using e.In...

moving an event between 2 DayPilot controls on the same page?

Is there any news regarding moving an event between 2 DayPilot controls on the same page? It appears to work when you have the same hour range displayed on each day pilot, but fails to work when they...

Setting styles of timescroll and resscroll

In the scheduler, is there a way to set the styles of the div clientid+timescroll and clientid+resscroll to a custom style. On the moment I achieve this by using the 2 styles below (my scheduler is i...

Updating Navigator after event was dragged or resized.

After a user has moved or resized an event, the "busy" times is not updated in the navigator. This is the settings and also what I tried: DayPilotNavigator1.Rebind() (no effect) My events and the nav...

Navigator - Block navigating to far back

Answered: You can only block it by handling the date click manually: Use TimeRangeJavaScript and don't do anything if the date is forbidden. Otherwise fire the calendar update using dpc1.commandCallBack("navig...

ViewState data out of sync after Calendar Command previous and next

First off, great work, love the controls. I've got a month view calendar with two links to move the calendar previous and next each month. It works great and my events show as expected. when the next...

How to Print all th hours of the day?

Here is my Print: int hourHeight = DayPilotCalendar1.CellsPerHour * DayPilotCalendar1.CellHeight; Response.Clear(); Response.ContentType = "application/octet-stream"; Response.AddHeader("Content-Disp...

Filtering the resources dynamically (e.g. using a DropDown) with EnableViewState=&quot;false&quot;

A comment based on a recent support issue: Changing the Resources collection with ViewState turned off is a bit tricky. Resources collection can be defined in several ways: 1) When you have ViewState...

how to set friday as default start day in month view

how to set friday as default start day in month view

Text Wrap inside Scdedular Conrol event.

Hi i am using schedular control, I want to wrap the text inside the event in case event duration is small. Is it Possible? if yes how can i do that? I found this is possible with calender control but...

Detect external event move on server.

Hiya, I am looking to detect whether or not the event being moved is from an external source. This is available for client-side JavaScript but seemingly not for the server OnEventMove event. I only a...

Hi, I am using schedular Control...With Snap to grid = true

And CellGroupBy=Hour and CellDuration =15 When i set any event at extreem time.. say from 11 PM with 1 hour range it goes to next day at first 15 min slot. Which looks confusing.... Any help will be ...

How to change the default holiday in schedular Control?

Answered: Customizing the background colors: http://www.daypilot.org/scheduler-custom-cell-rendering.html Hiding non-business days (including customization): http://www.daypilot.org/scheduler-hiding-non-busine...

Default view for schedular....

Answered: Hi, I got the way to do this. DayPilotScheduler1.SetScrollX(DayPilotScheduler1.StartDate.Date.AddHours(5)) thanks

How to display a message after eventmove

I handle the eventmove on the server side. But dependend on the selected event, the user is not allowed to move the event. Then I would like to display a message like "You are not allowed to move the...

How can I dynamically change resources and event based on navigator in schedular?

Hi, i use the scheular control with navigator. I want to show the data which is based on the perticular date. First time i navigate to page then it shows the data for the date which is in navigator b...

Prevent Time Range Selections

One last question then I'll leave you alone :-) In the scheduler is there an easierway to conditionally prevent a user from selecting an cell in the TimeRangeSelected event than calling my server sid...
Previous Questions 2731-2760 of 3053 Next