search envelope-o feed check
Home Unanswered Active Tags New Question

Active Questions

Set title of cell

Answered: You might want to take a look at BeforeEventRender event instead. cell = background time cell (all cells have fixed size is determined by CellDuration) event = event box displayed on top of the backg...

Change Day and Date Column Header Font

How can I change the font for the column headers (day and date). I have added the attrribute - CssClassPrefix="scheduler_" and I have added the following styles to the css. .scheduler_timeheadergroup...

'DayPilot' is undefined

Hello, i have a problem with demo version i created a aspx page with calendar elements, and i created the same datatable on the example, but internet explorer look the error 'DayPilot' is undefined.....

How to stop flickering of DayPilotCalendar in updatePanel

Answered: If you place the Calendar inside an UpdatePanel it gets redrawn completely during update. Different browsers may be able to handle it differently (IE is not very good at smooth redrawing). The page l...

How to show slots that have EndTime >= 00:00

Answered: I'm not able to reproduce the problem. If I create a new event (from 22:00 to 00:00 the next day) it displays fine: http://www.daypilot.org/demo/Calendar/ Are you sure that you are loading the data f...

How to change button label on the confirm popup.

Answered: The confirm() dialog is provided by the browser and it's not possible to change the buttons.

Scroll labels don't show

Answered: Scroll labels are available again since 6.2 SP6 release: http://www.daypilot.org/daypilot-pro-6-2-sp6.html

Scroll labels won't display

Answered: Scroll labels are available again since 6.2 SP6 release: http://www.daypilot.org/daypilot-pro-6-2-sp6.html

how do you show current day in week and day view

Answered: You can use DateTime.Today as DayPilotScheduler.StartDate. This will display today as the first day in the matrix. If you want to show a full week and just set the initial scroll position to today, u...

how to change the value of the multipal DayPilotCalendar based on the click of DayPilotNavigator

Answered: Please see here: http://kb.daypilot.org/61736/how-to-bind-navigator-to-multiple-controls/

how to change the colour of e.DurationBarColor

Answered: You need to add this: DataTagFields="color" and handle BeforeEventRender event: protected void DayPilotCalendar1_BeforeEventRender(object sender, BeforeEventRenderEventArgs e) { e...

hide non business hours with fixed height Calender

Answered: DayEndsHour property will be available in DayPilot Pro for ASP.NET 6.5 release: http://www.daypilot.org/daypilot-pro-6-5.html

Show weeknumbers in DayPilotNavigator?

Answered: You can show week numbers using ShowWeekNumbers="true". See also: http://www.daypilot.org/daypilot-pro-6-0.html

Unsupported Escape Sequence

Answered: It should be fixed now in 6.4 SP1: http://www.daypilot.org/daypilot-pro-6-4-sp1.html

No weekends on Schedular, Month view

Answered: In the Scheduler control, it's possible to hide weekends using ShowNonBusiness="false": http://www.daypilot.org/scheduler-hiding-non-business-hours.html In the Month control, it's possible to use Sho...

Displaying business hours in the Scheduler eg 9-5

Answered: Please see here: http://www.daypilot.org/scheduler-hiding-non-business-hours.html

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...

How to change the default holiday in schedular Control?

Answered: Customizing the background colors: http://www.daypilot.org/scheduler-custom-cell-rendering.html Hiding non-business days (including customization): http://www.daypilot.org/scheduler-hiding-non-busine...

How to add different colors for days and weeks header

Answered: You can use BeforeTimeHeaderRender event handler to change properties of the time header cells. Example: protected void DayPilotScheduler1_BeforeTimeHeaderRender(object sender, DayPilot.Web.Ui.Even...

Adding columns to DayPilot Scheduler

Answered: Please see here: http://www.daypilot.org/scheduler-row-header-columns.html
Previous Questions 4061-4080 of 5292 Next