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

All Questions

Can an activity/appointment be assigned more than one resource

Scenario: I need to setup an appointment/job for a customer. I need to send 3 employees/resources. Can this be done with DayPilot. Three DB tables would be involved. Employees idEmp EmpName ... Appoi...

Hide Calendar Hours when exporting to image

Answered: It looks like a bug. Please let me check it. As a workaround, you should be able to copy a portion of the result image (DayPilotCalendar.Export()) using this Graphics.DrawImage() overload: http://msd...

Get clicked Date for Recurring event

Answered: Nevermind apparently I am brain dead today :)

Show scheduled time in an event

I have an application where my clients can setup different events for when they are available and then their clients can schedule lessons during those events. I am trying to find a good way to show o...

Integrated Message Bar

Answered: Please see http://forums.daypilot.org/Topic.aspx/1633/calendar-integrated-message-bar

Response.redirect in Context Menu

Hai team , iam having a Context menu with 4 items in it ,with the call back feature , in 2 of them i want to redirect them to som other page.while trying to do this iam getting an exception that Resp...

Navigator winter-time troubles?

Im using Navigator with my scheduler have set it up to use Monday as the first day of the week. It all works fine for summer months, but in the winter-time months suddenly Sunday has become the first...

Days scheduled in a calendar

Hi I am new to DayPilot Pro. We have a licensed version of DayPilot which we are currently using in our project. We have configured it to create recurring events and store it in an encoded format in ...

Disable button click of modal

Answered: You can disable closing the dialog on background click by commenting out line 286 in modal.js: hide.onclick = function() { This.hide(); }; But it's dangerous - if something goes wrong in the dial...

Not all events display on the DayPilot Control

Answered: In some browsers (especially IE), this can happen if you are trying to display a single long word that doesn't fit the event. This is a problem of how the words are wrapped and it can't be controlled...

Custom Cell Rendering

Hello, at the documentation i found the following comment: ~~~ 3. Performance If all cells in a column have the same color and this is true for all columns, the following optimization is applied: The...

Setting CellHeight in Command event

When i set the CellHeight to a new value using the Command event (callBack) the control is not updated right away. I need to refresh (F5) the page in order to see the new value. When i do the same wi...

Not finding DayPilot.Web.Ui.Events

Answered: View the object in the object browser. Find the Web.Ui entry can click on 'Events' In the right pane of the viewer click on 'Enable'. That should fix your problem.

problem in concurrent events on the same day in daypilot scheduler

I want to use concurrent events when ever i re-size the event if any other event occur at the same time then i want to shift that event to the next day....what should i do ....

MVC Razor Tutorials

Answered: For ASP.NET MVC tutorial, please see http://code.daypilot.org, especially http://code.daypilot.org/tag/mvc
mvc

Binding Events does not contain property resources?

I am following the example here: http://mvc.daypilot.org/mvc-3-razor-calendar-and-sql-server-tutorial-c-and-vb-net/ I am getting an error on the callback. I can see my data and the fields I am settin...

Your example throws an error

Answered: Found the problem open source code. change this to remove the null in the first 2 lines (line 866 in DayPilotCalendar.cs) and then recompile . and use that dll for ur other project. DateTime start = ...

Asp.Net 2010 Implementing

Answered: I am successfully using all of them in VS2010.

BeforeCellRender InnerHtml

Answered: BeforeCellRender/e.InnerHTML should be fully supported in all controls since 6.8 release: http://www.daypilot.org/daypilot-pro-for-asp-net-webforms-6-8-sp1.html Initially it was only implemented in t...

Open source DLL - Events now found

Answered: View the object in the object browser. Find the Web.Ui entry can click on 'Events' In the right pane of the viewer click on 'Enable'. That should fix your problem.

Is there a way to change the background color of the DayPilotCalendar1.UpdateWithMessage?

Answered: At this moment, it's only possible when you display the message bar manually using AfterRenderJavaScript [http://api.daypilot.org/daypilot-calendar-afterrender/] and .message() [http://api.daypilot.o...

Can I display a Scheduler for 48 hours / 2 days?

Answered: I set Days="2" and TimeFormat="Clock24Hours". I used a RadioButtonList for timezones, putting the hours as the value, and sent the selected value to my stored procedure, and recalculated the date usi...

Calendar Crashes when using Navigator

We are currently using the DEMO version. The Calendar/Navigator is implemented on our development server and works fine. Once implemented in our test environment on the production server the problem ...

Event is displayed in incorrect week when CellDuration = 10080

I create an event for this periode 02-04-2012 - 08-04-2012. When CellDuration = 1440 - the event is displayed in Week 14 which is correct (in my case anyway) When CellDuration = 10080 - the event is ...

Error while executing Event click functions

Answered: I had resolved this issue. Thanks

Dragging whole events instaid of duration bar.

Hi, I would like to drag by clicking anywhere on the Event (instaid of only the duration bar). Looks like this question has been answerd here: http://forums.daypilot.org/Topic.aspx/1410/click-and-dra...

How to select multiple resouces in DayPilotPro

Answered: You can select multiple events if you hold Ctrl when clicking the event.

Getting OnBeforeEventRender to fire for Month

Answered: The event handler is invoked correctly but this call will not do anything, Response.Write() is not allowed there. You can check it by modifying the event: e.InnerHTML = "test"; e.BackgroundColor = "r...

Scheduler with CellDuration="1" CellWidth="1"

Usage Description I am using the DayPilot Scheduler to render a Roster. My "Events" are Roster Items, each of which cannot overlap and for the most part span every minute of a given calendar month (I...

Scheduler highlights incorrect row (IE compatibility view OFF)

I am using a scheduler control version 5.9.2. When I mouseover the body of the control the timeband at the top is highlighted correctly, but the resource that is highlighted on the left is offset fro...
Previous Questions 3661-3690 of 5174 Next