Questions Tagged how-to
How to fill lable or textbox (.net2.0 + AJAX )
I'm trying to fill a textbox or a lable (server side components) in any event e.g (Edit or delete) but it seems I can have lable1.text = "aaaaaaa"; does not do anything. Calander and textbox are in t...
Bubble information
Hi, I am trying to use the Bubble to display extra information about a booking that is stored in the DB. To get at this data, I need to have the ID of the 'booking', which in theory should be stored ...
OnTimeRangeMenuClick not firing.
Im having problems with the OnTimeRangeMenuClick event not being fired unless I set the command action to "Insert". anything else fails to fire the event handerl.
calendar to bind to custom sql on refresh
Dan, I posted this before but never got an answer....really like the control, but this would really help. Thanks, John I am trying to get the calendar to run a new SQL databind base on the user choos...
How to open context menu when left clicking instead of the default right click?
How to open context menu when left clicking instead of the default right click? The DayPilotMenu isnt avaiable from code behind and it would be best if it could be done with javascript. Someone who h...
Howt to call a custom method that executes a new SQLstatement from the refresh method
I am trying to getthe calendar to run a new SQL databind base on the user choosing a new date. I tried to call a custom method that calls the SQL from the refresh method, but it never works. Is there...
refresh call to SQL does not work as expected
I am using the refresh even to reset the datasource for the calendar. I have some custom query fields that are brought in from the Request.Form that are passed to the SQL. It works fine in the initia...
need to make a month view that pulls data from a database
I have attempted to adapt the DemoSql code to have a month view based on the data in a database. The first error I received was that the control did not have an enddate property. In the documentation...
Merge recurring, same-time events into one
hi, is it possible to merge several recurring events into one event that spans several days? like the schedule page at: http://www.crd.bc.ca/seaparc/program/swimming.aspx so that multiple events are ...
On cell click event DynamicScheduler?
Hi, How can I set an event to handle a cell click (to create a new event) in the Dynamic Scheduler? I have version 4.9 Thank you
Scheduler - Display OK Cancel javascript pop-up on Event Click and delete event if OK
Hi, In my scheduler, I would like to display a javascript ok cancel pop up when an event is clicked. If the user clicks on ok, I would like to delete that event. I already have the code to delete the...
Displaying events on calendar
I have created a weekly calendar to display our events. It works great for most of our users, but we have a problem we can't seem to get past. We have several events (so far 7) that occur at the same...
change one hour slot to 45 minutes slot
How can i set business hour duration to 45 minutes (change left navigation menu from 1 hour slot to 45 minutes slot 9.00a.m,9.45a.m,10.30 like that ) in DayPilotProTrial-5.0.154?
Is it possible to show the minutes on rith line for the actual time in the Calendar control?
the minutes show at the right of all lines, as shown only for the line only for the time but the other line below are not shown sample: 08:00 00 15 30 45 09:00 00 15 30 45
Is it possible to show the minutes on rith line for the actual time in the scheduler control?
the minutes show at the right of all lines, as shown only for the line only for the time but the other line below are not shown sample: 08:00 00 15 30 45 09:00 00 15 30 45
How to add dynamic MenuItems?
I want to add menu items based on specific sql query, using a loop. I've try this as example: MenuItem mi; mi.Value = "google"; mi.NavigateUrl = "www.google.com"; this.MenuPilotHyperlink1.MenuItems.A...
How do I create an event using client side Javascript
I have written a page using the ASP.Net databinding solution, but now need to "enhance the client experience" so have been looking into creating event client side using JScript. The AJAX example appe...
Update DayPilot and GridView with Callback
Answered: CallBack can be used primarily for changes of the DayPilot control itself. Changes to other parts of the page have to be done manually using AfterRenderJavaScript. It would be possible to send the da...
Dynamically adding a DayPilotMenu
Is there a way to do this. I need a different menu for each item. Or is there a way to use the event bubble as some sort off menu per item.
How to change EventClickHandling to move an Event?
Hi, I want the user to be able to move an Event by clicking on it. Not just by clicking the Event Frame. It it possible? Thanks.
Setting z-index of DayPilot Calendar - IE Bug
'm tring to put a DayPilot Calendar Back. The solution for this is put the control in a div tag and set the z-index property, but this dont work on IE. What other answer exist to resolve this? Where ...
Line for actual time
hello! Is it possible to show a line for the actual time in the scheduler control? greetins Stefan
Update Ressource-Column with callback
Hello! Is it possible to update the ressource column in the callback method of the eventmove? I would like to place there the todays working time and icrease this time everytime I drop an event from ...
Day view calendar Tommorow JS event call help needed
plz check this with any login / passwrd http://localhost:4124/Demo/media/ js function on tomorow button is not being called ? and previous day goes to -7 days but i have put -1 any sugestions ?
How to update the content of top left corner cell on scheduler?
Answered: Please see an example from Demo/Scheduler/Default.aspx.cs:
protected void DayPilotScheduler1_BeforeResHeaderRender(object sender, DayPilot.Web.Ui.Events.BeforeHeaderRenderEventArgs e)
{
...
TimeRangeSelectedHandling property on client side doesn't seem to do anything.
I have a page that renders a schedule control with time range selection disabled and when the user clicks on a button it calls a piece of javascript to enable the time range selection. The code I use...
How do i use the free time selected menu on daypilot scheduler.
How do i use the free time selected menu on daypilot scheduler.
...Enable mouse hover on empty time
The daypilot "Lite" supports a HoverColor and EventHoverColor that changes the background color when the mouse rolls over the event (or empty time slot) -- and changes the mouse cursor to the "hand" ...
Whats the best method to populate a daypilotScheduler
At the moment I use a SQL datasource on the same webpage as the daypilotScheduler. Is this the best way, or would it be better to do this programatically using a SQLcommand in the code behind page?
I don't want to delete the node after dragstart event.
How to retainan externale event (not be deleted/removed)after dragthe eventto scheduler?