Questions Tagged how-to
Code Example for ResourceBubbleID
Hi Any sample code for using the ResourceBubbleID? I'd like to setthem the same time as the Resouces. Try conn.Open() reader = comm.ExecuteReader While reader.Read DayPilotScheduler1.Resources.Add(re...
Set Row Height in Scheduler
Hi, How do I set the row height in Scheduler resource view? I've read some info about CellHeight but I cant see that as a property of the DayPilot Scheduler. Thanks
Resources - Can I get them from a sqldata source or do I have to programatically add them?
Hi, I'm developing a hire application and am using the trial version of DayPilotScheduler. I am having difficultly getting Resource data into the Scheduler.Do I HAVE to programatically add Resources ...
Can I use a asp:sqldatasource with a DayPilotScheduler?
Hi, Does the DayPilot Scheduler support data-binding with a sqldatasource? Is it one or two way? Thanks
How can we disable cell click
Hello I want to disable cell click on particular time period. I tried with BeforeCellrender event, but it doesn't have any property so that i can disable click on particular cell. I have a datatable ...
DayPilotMonth - making the day number unselectable?
is there any way to make the number of the day unselectable? is there any way to change the inner-html of the 'day' on the cell so that it can be placed inside a <div unselectable="on" />
Removing the Loading... message from the bubble?
is there any way to turn off the loading text completely on a bubble? simply blanking it out still displays a small tooltip sized box with no text in it before the bubble appears which looks kind of ...
Creating client-side DayPilotCalendar.Event object to pass to eventClickPostBack
Answered: The DayPilotCalendar.Event is now rather an internal object. I would like to make it more accessible for the future. Depending on what exactly you need to send back to the server, you can create your...
Bubble
Hi, I have a trial of the DaypilotScheduler which is connected to a sql data source. There is a sample describing how to pop up a bubble with the event id, but how do I fill a bubble with data from t...
show more information than the ID
Hello, I'm trying to show more information than the ID when I click on an event, but I don't know how. I've tried some code, but nothing works, only the "e.value;" I show you my code, I hope you can ...
DurationBarColor
Hi, I would like to know if it could be possible to have other colors than "red","green","yellow", etc for the DurationBarColor property. I would like, for example, to have "#FFD294" as a color, or C...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and its seems to be using embedded resources for JS and Images. This is causing some performance problems as these resources will not get...
Embedded Resources
Hi there, We are currently using v4.2 of the DayPilot control and it is using embedded resources for js and images. This appears to be causing some performance issues. Is there any way that we can tu...
Display time on the left in 15 minute intervals
Is it possible to change the time format on the DayPilot Calender to 15 minute intervals? (ie 8:00AM, 8:15AM, 8:30AM....)
Enabling the move event client side.
Hi Dan, Is it possible to enable the move event on the client side? I have an event in the scheduler and when you right click to move it, it performs a javascript function to change the colour to sho...
Calendar eventMove callback is not updating correctly
I have been using the callback on eventmove and eventresize events and the callback was working great. I then upgraded to version 4.7.1399 and the callback now updates, but all the events are no long...
How to call a postback from dynamically generated calendars
I generate different calendars in runtime depending on the amount of employees on a table. Is there a way i can do postback events on those generated calendars or i have to use JavaScript on them?
ContextMenuSelectionID not show until after next postback
I have a simple form with a day pilot calender,2 buttons and 2 menus. Pressing the button will assign one of the 2 menus to the calender. e.g. in button1 click "dp1.ContextMenuSelectionID = "a"" The ...
Disable TimeRangeSelectedHandling when clicking on contextmenu
Hi Dan, Is it possible that once we have clicked on a contextmenu which has a javascript action to disable the TimeRangeSelectedHandling? I know we can use "DayPilot.Web.Ui.Enums.TimeRangeSelectedHan...
Update DataGrid after CallBack
Hi, I try to Update a DataGrid on my WebSite after the scheduler did callback. Your description in DayPilot 4.1 "Sending custom data back to the client after callback" did not really help me.Has anyb...
Edit an Event in Month view
Answered: Hi Richard, It's not possible to edit the events inline in the month view (so far). Until it's available you will have to invoke a dialog box (see the SQL demo in the download package) or edit on a s...
Set a minimum width on the columns of the Calendar
Is there a way to set a width or minimum width on the columns of the Calendar. We have the potential to have many resources and would like to be able to set a minimum width on the columns so that eac...
Adding the minutes to the time column
Is it possible to add the minutes to the time column of the calendar? I need to be able to show the minutes as well as the hour so that it will say 7:00, 7:30, 8:00, 8:30, etc.
Disable Bubble in Daypilot scheduler
Hi Dan, Is it possible to disable the Bubble when I click on a menu item? eg. 1. I right click on an event 2. Click on "Copy Booking" within the context menu, once I click on this the Bubble is disab...
24-hour date format in event display
Hi Dan, Please let me know if it is possible to display the time displayed in the event in 24-hour format. Eg. XYZ (17:00 - 18:00) Please point me to any documentation you have for this. Thanks Raghav
Navigation
Hi All, I'm trying to navigate between months on a DayPilotMonth component The data is bound correctly and i'm using the following link to try and trigger a forward jump of one month javascript:cal.r...
How to get the calendar cells and change the background color from a specific Event?
How to get the calendar cells and change the calendar background colorfrom a specific Event? so when Event takes: 9.00--10.00 am only this cells in the calendar should be colored red. to start with: ...
How does the BeforeEventRender event works for daypilot(dayview)
Hi, i am trying to bind an event that starts from 11:30 to 00:15(that is 15 minutes past 12,11:30+45 minutes), i m using a 24 hour clock. the beforeEventrender handler is not binding this event enen ...
Combining multiple events into one cell
Hello, I am trying the DayPilot Lite version, may upgrade to Pro if it meets our needs and there is funding available to purchase (we are a public university with little money!) I am most interested ...
Install Help!! Could not load file or assembly 'DayPilot' or one of its dependencies.
Hello, I downloaded and unzipped DayPilot Lite. I then followed the instructions and added the component to the VS2005 toolbox. I attempted to build the pages to see the demo and I get the above erro...