Active Questions
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...
Manually refresh daypilot Lite
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?
timerangeselected does not fire when click on one cell
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...
daypilot-all.min.js SyntaxError: Unexpected token )
Hi all. i trying to use mvc DayPilotScheduler.but error ni js file. Razor code : @Html.DayPilotScheduler("dps", new DayPilotSchedulerConfig { BackendUrl = Url.Action("Backend", "Home"), Scale = TimeS...
hided children opened automatically?!
Answered: The AutoRefresh event handler doesn't do anything by itself in the JavaScript version. If you are using the MVC version than make sure that you don't reload the Resources list on the server side duri...
Styling Indicator and Row Selecting ?
Answered: The new theme elements that were introduced in 7.8 are defined like this (in the built-in theme, i.e. "scheduler_default"). You can copy these styles to your theme. The other themes in the package an...
ReferenceError: System is not defined Issue in MVC 5
I have been stuck with ReferenceError: System is not defined issue. If I create a new mvc project and add the references then everything works fine. But when I add this to my current project, I get t...
iPad time range selection
Hello all, When im testing my Javascript calendar, I am unable to drag, for example across 2 days, and make an event for those 2 days. I am only able to select 1 single day by pressing that day. Is t...
How to use cssClassprefix in mvc3?
I tried using cssClassprefix in mvc3 daypilot.but it renders the inline styles.It does not support cssOnly property?So how can i apply cssclass in mvc3
Get a JSON exception when trying to instantiate org.daypilot.ui.DayPilotScheduler
Answered: I know see the problem. I was calling my servlet directly when I should be calling it from the javascript on the page. It works now
PAst and Future schedules not being rendered
I am trying to show the schedule of diffrent projects,but the projects with startdate greater than todays date and enddate less than todays date are not rendered.below is the code that i am using: <D...