Questions Tagged how-to
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?
Scheduler Update
Hi all, I've an ImageButton inside a DataGrid TemplateColumn. The DataGrid is inside an UpdatePanel. When i click on the button, i bind a new dataSource to the Scheduler an call DataBind but the Sche...
Why no ShowToolTip and BubbleID properties in SchedulerDynamic?
As the topic title says, why are there no ShowToolTip or BubbleID (to open an Bubble) properties on the SchedulerDynamic? I've tried to mimic the behaviour (with a context menu) but the control lacks...
Modal Popup Extender
Hi, I'm trying to set up the daypilotcalendar with a modalpopupextender, so that when the user creates a booking by selecting the time fields, the popup will appear and ask a couple for a couple of e...
ContextMenuClientName for Month View
I need to be able to use different types of context menus based on different event types. In day/week view, this would be accomplished by setting the ContextMenuClientName in BeforeEventRender. Howev...
menu Item
Hi, is it not possible to enable and disable menu item in context menu if possible please reply as early as possible
SelectEvent after TimeRangeSelected
On TimeRangeSelected I am creating a new event. I want that event to be selected (event select bars visible) after creating it in TimeRangeSelected. I assumed DayPilotCalendar1.SelectedEventValue = r...
How to change the style of DaypivotMonth?
Daypivot month controls position seems to be absolute..How can i change it?
It is possible to use event bubble outside the daypilot Calendar?
I wish to use event bubble outside the daypilot calendar when I mouse over a linkbutton. It is possible?
Is it Possible to Reverse the Time and Date Display?
What I need is to display the Hours (Time) horizontally and the Days vertically. For example: Date: 12 AM 1 AM 2 AM 3 AM 4 AM 1/1/2008 1/2/2008 1/3/2008 Is this possible? Thanks -Mark
How to remove the Demo text from DayPilotMonth Control
I used DayPivotMonth Control .But in the left corner its written as Demo..How can i remove that?
Amending the Event editing textbox size
Hi Dan, When editing an event on the scheduler it gives me a multiline textbox which is around 80px wide and about 16px high. Is there any way of increasing the size of this? Thanks.
Displaying events with no end date
A client of mine, a yacht club, has events where the is a definite start date & time but nospecificend date & time (the race could take5 hours in light winds or1 hour in strong winds). So they do not...
DayPilotMobile Display
Hi - I have DayPilotMobile working fine butcannot find a way of editingthe text that has the FreeNavigateURL associated to.in the case I get some text with a link eg '* 1440 min'. The link works fine...
How to show Year with month name in monthview control
Answered: You should handle BeforeCellRender event and change e.HeaderText. See an example from Demo/Month/CustomRendering.aspx.cs (visible as www.daypilot.org/demo/Month/CustomRendering.aspx). This example se...
Which version stable?
There are so many version in daypilot. Which version are more stable when working with update panel.
Integrate with Google Calendar or Outlook
Answered: I believe this is not a difficult task - but it's outside of the scope of DayPilot. DayPilot will show what you feed it with (usually from your own DB) - it's just a UI control. Several thoughts: Bot...
More than 1 color in an event
Hi, I would like to know if it's possible to have more than 1 background (or text) color in an event box ? For example (1 event) /-------------------------------------/ /----------Text in red--------...