Active Questions
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...
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 ...
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.
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...
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...