Answered: You can customize the event HTML using onBeforeEventRender event: Scheduler http://doc.daypilot.org/scheduler/event-customization/ Calendar http://doc.daypilot.org/calendar/event-customization/ Month...
Answered: I assume you create the columns manually in view #1 (ViewType="Resources"). You probably specify the resource for each of these columns. That's why it's available in TimeRangeSelected. In view #2 the...
Answered: The solution would be to let the scheduler fill the window/viewport so you can always reach the horizontal scrollbar at the bottom (without using the browser vertical scrollbar). Use heightSpec="Pare...
I have tried to delete a resource by having a menu item on Resource menu and using callback to update the database and rebinding the data. I am also using update() method inside SchedulerBeforeResRen...
Answered: There are two ways to do it: 1. Store the old event start and end in the args object in onEventResize (which is fired before the default action). The same object will be passed to onEventResized. The...
I want to perform an external drag from a gridview to a Scheduler with a linked navigator to select date. If we select different date from the calendar, e.StartDate and e.EndDate will still be Today ...
Answered: It's fixed now in the latest sandbox build (7.9.1284): http://javascript.daypilot.org/sandbox/scheduler/rowselecting.html An official SP release will be available in a few days.
Answered: If the calendar is inside a hidden element during startup the scrollbar position can't be set (this is a browser limitation). There is a workaround solution implemented in the latest sandbox build (7...
We are evalutating the latest MVC scheduler and are having trouble with performance when it comes to Internet Explorer 10. We are testing with 159 resources and 159 events and the initial load is qui...
Hi, I have created a scheduler using DayPilotCalendar and DayPilotNavigator. I was using the resource view. This is use for plotting schedule event on day view. I was using daypilot version 7.4 befor...
I have tried to create event using javascript. I have created like this : @Html.DayPilotMenu("menu", new DayPilotMenuConfig { CssClassPrefix = "menu_default", Items = new DayPilot.Web.Mvc.MenuItemCol...
after R&D on export supports for daypilot i came to know there is only support for PDF and image. I wanted to confirm is there possibility to export to excel & if possible then how ?
Hallo, I'm using Calendar in asp.net repeater. Every calendar has to be bound with a navigator. The problem is that every calendar is generated with the same client object name, and so I cannot corre...
Hi, I cant seem to get the Event Calendar to show more than the current day. My Controller looks like this currently: public ActionResult BackEnd() { return new Dpc().CallBack(this); } } public class...
I'm setting up the calendar and I am having trouble switching from the sqlite database in the tutorial to my mysql database. I'm using the tutorial code created and populated a mysql databse using _d...
Hi guys, I am using version 7.3.2841.1 and only now I have noticed on a problem. I have a DayPilotMonth and a DayPilotNavigator to go through the months. Everything works fine when I cycle through mo...
Good day, I use a DayPilot lite for Javascript, and when I create an event which will start in one week and end in another, calendar control is only render last part, but preserve a place in the firs...
How to modified the project Management for ASP.NET (Open-Source) DayPilot Lite 3.2.247 to have a facility in daily, weekly and Yearly tracking and updating the task as well which similar like Microso...
In my project I don't have direct access to an SQL database, so I can't fill the events List as described in the tutorials. So I have created a dummy DataTable like this: DataTable table = new DataTa...
On the demos for DayPilot Pro WebForms, calendar and scheduler is an option to "send" when right clicking on an event - the response is "sending event ID xx". This option does not appear on other dem...
Is there some way to manually refresh it? I found another post in the forum about a year old but it couldn't possibly be more cryptic to me. Has anyone had any luck doing this?
On my paid version of DayPilot, Timerangeselected fires when I drag my mouse over an empty time slot, but it does not fire when I click an empty time slot. I would like it to fire, or is there anothe...
Hello, we testing the daylight pro version, is it possible instead of using a modal (javascript) form, events can be edited or created via a created / edit mvc view page? thx for your quick response ...