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

Questions Tagged

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.

Double Click Event for Scheduler

As i see, there are doubleclick events available in other controls except the scheduler. It would be nice to adapt a double click event to scheduler. TIA!

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

Horizontal scrollbar for DayPilot Calendar (sync multi cals scroll)

I have 6 day pilots on the page with the header turned off and 1 with no data and just a header in resource view. All have the same width. The ability to scroll the dp horizontally, is high on the us...

DayPilot Lite 3.0.210 Postback Control State Problem

I have integrated DayPilot Lite into a usercontrol, and everything works great on the first render. But, as soon as I do a postback on the page unrelated to DayPilot, DayPilot reverts back to it's de...

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

Scheduler events disappear after drag and drop

Hello, I'm dragging and dropping events onto the scheduler. This works great in my development environment (Visual Studio 2005), however, when I publish my site to the web server, the events on the s...

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

Everybody's work'n for the weekend

Hi Dan, Just wanted to say thanks for the CssClass added to beforeeventrender. Works great. I'd also like to mention the client side render and scrollis now much faster. Thanks for that too. I'd like...

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

Print - Event Text Color bug

daypilot version 5.2.1672 When exporting to png the eventfontcolor seems to be using the headerfontcolor setting. Any attempt to set the eventfontcolor seems to be ignored by the export function. I n...

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="false"

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

Tree array not updated on scheduler callback

When a scheduler does a callback and the amount of resources change (see Forum 643 (bug)) the amount of tree nodes should be updated as well. If this doesn't happen the 'tree array' can go out of ran...

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

Dynamic Resources

Hi, I'm using the DaypilotScheduler light...I am trying to get the projects on the left and fill in who is working on them (emp names) as the scheduled items. The problem is, the projects are dynamic...

Update within an Update Panel does not work (VS 2008 and .NET 3.5)

Hello, I've converted our Web Project from a Visual Studio 2005 into a Visual Studio 2008 Project. Everything works fine but when I update the schedular within an update panel there only is the text ...

Row Number in BeforeCellRenderEventArgs

Hello, it would be nice to have the actual row number or propably tags of the resource header in the BeforeCellRenderEventArgs. This is useful for implementing alternating row colours. Greetings

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

Duration Bar in DayPilotScheduler Resources View

Hi Dan, I want to increase the height of the duration bar which in DayPilotScheduler Resources View. Would you please let me know the option? As this Duration Bar only shows the exact duration of the...

this.colors[] is null in DayPilotSheduler

Hi When there is no collection on Resources and the page generates the error I this.colors [] is null. Thanks

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

DataTagFields - Want a server side only version (dont want data rendered for use in javascript)

Answered: It should be available in the 6.6 release: http://www.daypilot.org/daypilot-pro-6-6.html

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...
Previous Questions 4501-4530 of 5193 Next