Questions Tagged
Using Callback to update DB records
Answered: VB.NET is not my primary language buIt seems that you are missing Handles DayPilotCalendar1.EventMove in Protected Sub DayPilotCalendar1_EventMove(ByVal sender As Object, ByVal e As DayPilot.Web.Ui.E...
startDate vs display date on scheduler
Hello I am wanting to use the scheduler in the resources format to 1 - show all historical, present and future info. 2 - I want the initial view the user is presented with to show 'today'. I set the ...
Separator in menu
Hi all, Is there a way to add a separator in the context menu ? Thanks in advance.
Event name does not show in event cell
Hi, First off wow awesome work with this control very good :) i have one problem though. Why doesnt the name of the event from the "DataTextField" show in the event cell. It only shows in the tooltip...
Display a message after redrawing the Calendar
A typical scenario for me is that I press a button and some events are going to be changed when this button is pressed. For example all events might be marked as "done". After the postback (or partia...
Change the font color of events text
I am modifying some individual events using the BeforeEventRender on the Calendar. I am changing the background color to a darker color and would like to change the font color to something lighter th...
Get the resource for the event when calling EventResize
I am trying to get the resource for the event that is being resized. I tried adding the resource to the DataTagFields for the events. The resource is added, but when I try and get the resource out of...
How to add resources and their events from datatable (o different datasource) in DayPilotScheduler
Hello, I don't find information how to view events in DayPilotScheduler. I want that every resources I can view its appointments. My code in function Load: SqlConnection cnn = new SqlConnection(); cn...
DayPilotScheduler y-axis headers
This may be similar to an issue already listed in here but, as I cannot find a property to control the width of the y-axis headercolumn (y-axis title column [0]) in firefox the text is trimmed and an...
PostBack Error
Hi, Got a serious problem. Everytime I do a PostBack on a page containing a DayPilot control, I got an Invalid DateTime Format exception : System.DateTimeParse.ParseExact(String s, String format, Dat...
How to call a java script on the callback of DayPilotCalendar1_TimeRangeSelected event
Hi Dan, Can u tell me how to call a java script on the callback of DayPilotCalendar1_TimeRangeSelected event. Expalin with example regards Poting
General Design
Hi all, i am impressed with the functionality of the DayPilot and am interested in seeing if it could do what i require of it. From the demo page im not sure if it can.... Basically i have at the bac...
Range selection menu (add event)
Hi, I've a menu for my range selection. There I want to add a new event over the post back action, but I get the following java script error: 'this.parentNode.event.root' is Null or not an object I t...
Click hilite or mouseover event
I have a schedule wtih events that extend across days ie: Start time 7pm Aug 1, end time 7am Aug2 I would like to click or mouseover the event to show the event connection any suggestions would be ap...
To Copy Event Data from the RightClick on the event
To copy the data of the event from the click of a button (This button is appeared on the right click on the event
Is it possible to display a calendar with days on the x-axis and months on the y-axis?
Hi, I'm looking for a component for a resource scheduling project - daypilot looks pretty close to our requirements but I'm trying to figure out if I can display something like the following, http://...
resource view horizontal with days not hours
I am looking to create a resource view horizontal with days not hours. The scheduler default has exactly what I want only with the axis flipped. Basically the resources should be the columns, and day...
How can I deploy it in the server when purchase a single developer license?
Team, I'm never purchase software on the net. Could u please explain me how to develop it in my PC and upload to the server for users with one single developer license. I will make a decision to purc...
Calendar is not work when using in the first tab control (Version 3.9 demo)
Dear Team, I tried to develop the application using tab containner . The event is not be able to move or resize in the first tab.Is this bug? Regards, Surerat
DayPilotVertical
I'm getting the build error below after downloading trial, un-zipping and opening the demo project Error 1 Element 'DayPilotVertical' is not a known element. This can occur if there is a compilation ...
Schedule control and vertical scrolling
Hello - how does the schedule control handle vertical scrolling? Is the header 'locked'? Great controls by the way :) Thanks!
refreshCallBack not working with a DropDownList
Hello, I'm updating the startdate of a daypilot calendar using an anthem calendar. Everything is working untill I use a DropDownList in the same page: the refreshCallBack event is never received on t...
4.0 Trial
Moving the events does not work (at least not with IE or firefox). The error is in the javascript: DayPilotCalendar.movingShadow has no properties
How to disable scrolling in DayPilotScheduler (v4.0)
Hi , How can I go about disabling scrolling for the Scheduler control? I only want people to be able to see and schedule things between 7 am and 3 pm... Thanks, K-
Operation Aborted Error on IE
when i insert the dll (4.0) in my project IE does not load my page and gives Operation Aborted Error while it was working absolutely fine with dll version 3.9. Is there a Bug in it or there is someth...
possible bug with EventSelectJavaScript
jsinitcalendar appears as if the selected event will be passed to the eventselectjaavscript. appendProp("eventSelectHandling", calendar.EventSelectHandling, true); appendProp("eventSelectCustom", "fu...
Add an event with a javascript function
Is there a possibility to add an event in the calendar with a javascript function addevent(start,date,data) ? Of course this event will not be stored in the database and it is not my goal, it is only...
String was not recognized as a valid DateTime.
I am receiving the following error when attemping to run a page with the Scheduler control on it: String was not recognized as a valid DateTime. I have the DataSourceID set to an ObjectDataSource whi...
style individual events
Is it possible to style individual events after databainding? I'm using daypilot light
Only allow users to edit their own events
I am using the Scheduler asa shared calendar for booking resources. So I don't want one user to be able to edit another's bookings. Is there a way to go aboutdoing this? Thanks!