All Questions
How can we display cell of 2 hours
Hello, I want to display cell of two hours(means 12 to 2 , 2 to 4 , ....). Is it possible ? Please suggest.
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
Changing the CSS/Style for Mothly Calendar
Is there way I can change the CSS and styles for month view? I want to use styles of my website and make the calendar blend with my website theme. Thanks in advance.
daypilot and VB.net
Answered: 1. All the examples are in C# but you can use VB.NET instead without problems. JavaScript is only required on the client-side. The client-side code is necessary when you want to fine-tune the perform...
Bubble is hover the DayPilotMenu
When using EventHoverHandling=Bubble in the Daypilot Calendar, the Bubble is postionned hover the DaypilotMenu (called from ContextMenuID).
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 ...
Possible to switch from 30 minute blocks to 15 minute blocks?
How can I change the Source Code so that there are 15 minute blocks instead of 30 minute blocks?
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...
DayPilotScheduler TimeFormat does not appy to events--?
Setting the DayPilotScheduler.TimeFormat = DayPilot.Web.Ui.Enums.TimeFormat.Clock24Hours works great for the headers (displays hours from 0 to 23 within a day), but it doesn't seem to display the eve...
OnBeforeCellRender of DayPilotMonth displays erronous month name
Hi! When I set a server side method to the event OnBeforeCellRender of the dayPilotMonth control, whatever the code does in that method, on the display of the calendar on the client side, the month i...
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...
Configurable Left Calendar Bar
Answered: Please see this topic: http://forums.daypilot.org/Topic.aspx/419/display_time_on_the_left_in_15_minute_intervals
DayPilot Lite - set color per event.
Answered: If anyone is still having trouble getting the calendar solution to work I had to add things I added to Andrea's solution to get it to work for me. In the DayPilotCalendar.cs I added void PerformDataB...
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....)
Wrong Start Time and End Time for a event in Week View
Hi, 1. I have a week view from Sunday to Saturday. I have hard coded the start date as "2007-01-07" as it is a sunday used it to calculate the other six days in the week. 2. I built events and displa...
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...