Questions Tagged
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.
Long event (multy day)
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 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...
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...
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 ...
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...
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
Uncaught TypeError: undefined is not a function error while initializing daypilot
Answered: http://geeksprogrammings.blogspot.com/2015/01/Uncaught-TypeError-undefined-is-not-a-function.html Fnally I found a solution to the error . this link provided me explanation of why and what of this er...
Events can't span more than one week
I'm running into a problem with events that span through one week into the next. Using your online demo, create an event on a Tuesday and resize it to span to Friday. Next, move the event so the star...
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...
Calendar inside Bootstrap tab scroll bar issue
Answered: I found a solution. In stead of a tab control. I used Fadein/Fadeout and buttons to simulate a tab control. When the view loads all the daypilot calendars are visible, then I fadeout/fadein the divs ...
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
No overload for 'DayPilotCalendar1_EventClick' matches delegate 'DayPilot.Web.Ui.EventClickDelegate'
daypilot.aspx.cs protected void DayPilotCalendar1_EventClick(object sender, DayPilot.Web.Ui.Events.EventClickEventArgs e) { Label1.Text = "Selected event: " + e.Value; } daypilot.aspx <DayPilot:DayPi...
Suppressing the the "DEMO" heading on DayPilot lite calendar
Answered: Hello, The DEMO heading is there to ensure you do buy it and contribute to the costs associated with developing this product. So, the easiest (and the correct) way to do that is to buy the product.
different border thickness for cells when having 2 cells per day (AM/PM)
Hi, I was wondering if it's possible to have another border thickness for certain cells in the scheduler. We have 2 cells per day (AM en PM) and would like to have a thicker border between days than ...
Background color set in BeforeEventRender handler is only showing when the full event is visible
When I set the background color of an event in the BeforeEventRender handler (in code), the background is correctly set, but it is only visible when the event is fully visible in the scheduler. I nee...
Local Time Client Calendar but UTC Server Side
(2014-09-02 08:42 UTC) Hello All, I am using the 'ASP.NET WebForms 7.8 SP2 (build 7.8.3169)' Calendar object. I have an issue with Local/UTC DateTime handling. I have been going though all (most?) fo...
Display Days on Time headers as clickable.
Hi, I am using the JavaScript Scheduler to build an appointment calendar application. I have two modes for the app, namely Day and Month view. I want to achieve the following : Whenever the user in t...
TimeRangeDoubleClick
I have been working on creating a proof of concept. I am trying to open up a modal window when a user double clicks on an empty cell within the resource view of the event calendar. I found the follow...
Fast event move (multiple times) / slow server update
Answered: Hi Simon, The latest sandbox build (7.9.5695) now supports BlockOnCallBack property. If you set it to true the Scheduler will create a temporary semi-transparent div over its main area which will pre...
Deadly Memory Leak Problem
I have 5 resource and 48 events. I refresh my event every 5 seconds via websocket. When my page start , memory is 50 MB after 5 min. After half hour memory is 1 GB. 1-)How Am I gonna solve that memor...