Answered: This sounds strange. I'm not able to reproduce this issue with neither IE or FF. This code is used to transform the response (which is a JSON string) to an object. You might be able to see the proble...
i dont know the use of databinding and databind event of daypilot calander.because i am not able to pic anything at these events. can some one explain me their use?..
DayPilot 6.1.2116.1 / Windows 7 x64 EventClickHandling="ContextMenu" works on the Calendar control, but not on the Scheduler control. In Firefox 3.6.11, I get "this.data is undefined"; In IE8, I get:...
hello, whenever iput both calendar and scheduler on one page there is no bubble shown on the calendar control, but it is shown on the scheduler control. when i remove the scheduler control from marku...
How to retrieve the position of the selected cell on The Calendar in Javascript ? I want to bring up a TextBox on top of the clicked cell à the position of the selected cell. Acually I've this code b...
I've a page with a Calendar and a Scheduler and they have both a bubble (different o same bubbleid does not matter) associated. In Calendar the bubble doesn't show, if i remove the scheduler, bubble ...
I am using the scheduler control, and I am facing some problems Te event is drawn in the whole cell, I mean, every event should take part of the time cells equal to its duration, this problem makes t...
Here http://www.daypilot.org/demo/Calendar/FineGrainedTimeCells.aspx you can choose business hours interval from 5 minutes to 60 minutes but i would like to know if is possible to show that interval ...
Hi, We're currently building a scheduling app for a client. We have found that with reasonable of resources returned (e.g. 50-100) and a reasonable amount of appointments, the memory usage/performanc...
I just recently updated a project from Lite to Pro. One item users commented on was that previously (on lite) when they moved their mouse around(hover) the calendar it would highlight the open-time s...
I would like to add the resource name to the time that is being returned from the FreeTimeClickJavaScript property. I am currently calling freeClick('{0}'); - which returns the correct time... but I ...
I'm trying to update the height of the DayPilot Scheduler from the client-side using javascript. I can access the DayPilot object and set the height using dps.height. Changing this value, however, do...
I am populating about 100 slots each of 10/15 minutes in a week. There are strange blue lines appearing on top and at the end of every slot. When I try to edit any of the slot by clicking on it, blue...
How to bind strings as multiline to daypilot ? i have tried like this dr["id"] =" Hello" + System.Environment.NewLine + " + "Daypilot""; its not wrking Any Help??