Active Questions
How to delete Resource from scheduler
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...
current version of jQuery
Answered: Yes, there should be no problem with any recent version of jQuery.
How to disable drag over cells in time range selected?
Answered: Make the following changes to get it to work: timeRangeSelectedHandling set to Disable change onTimeRangeSelected to onTimeRangeDoubleClick this will disable the drag select and only keep let you ins...
Daypilot Calendar Issue
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...
Can't create event using javascript
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...
Can we attach files in calender?
Hi, I need below requirements for my calendar. File attachment Location map (google) Pls let me know if your product support that
How to export daypilot calender in excel ?
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 ?
Calendar in repeater
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...
Event Calendar only shows current day
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...
Can't load events from mysql
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...
DayPilotNavigator postback
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...
Uncaught The minimum year supported is 1
Answered: Problem solved. Was on event that fucked things up. had no date set.
How to modified Project Management for ASP.NET (Open-Source) with daily,weekly and Yearly
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...
Custom Edit View
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 ...
Serialisation not working properly on update
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...
Send Event
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...
Error in onScroll
Hi! I get this error: TypeError: ex.start is undefined on: $.post("backend_events.php", { start: start.toString(), end: end.toString() }, function(data) { args.events = data; args.loaded(); } ); DAni...