Active Questions
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.
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 ....
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...
Hide time header
Answered: Almost. You can make HeaderHeight="1". "0" will cause an error. Change HeaderFontSize to "0pt" and remove OnBeforeResHeaderRender.
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...
Is it possible to display text in cells (BeforeCellRender)
With the BeforeCellRender, ican customize the backbround color of the cells. But how can a put some text in the cell, to indicate the locationof business hour ?
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 = ...
Issue with DayPilot, ASP.net AJAX Control toolkit
We are evaluating the PRO features with our application and are facing some issues with IE9. We are using AjaxControl Toolkit (Latest Version) and Obout Components. There is some conflict with the MS...
Order overlapping events
Answered: Problem solved. I add to my daypilotcalendar a custom tag called priority and, with the eventsortexpression, sort alla events by priority asc. Bye!
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 ...
Changing time format on events in Month calendar
I have been integrating the DayPilot into my website www.teamyell.co.nz for the last few days. Have a look at www.teamyell.co.nz/abc/eventsin a day or two (once I deploy). My site displays timein the...
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.
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...
Delete event For MVC 3
My Company is about to show our custummer DayPilot Pro. Atm ive got create event and edit event to work. but i cant figure out how to make a delete event to work in MVC 3? i have a ode like this atm ...