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

Questions Tagged month

... Show events in the mont view with rounded corners and other Google-like stylings?

Answered: It's now possible to use rounded event corners in the Month control as well: http://www.daypilot.org/demo/Month/RoundedCorners.aspx See also: http://www.daypilot.org/daypilot-pro-6-4.html

Change the Back Color of Month Calendar on selected dates

Answered: You can use BeforeCellRender event handler: protected void DayPilotMonth1_BeforeCellRender(object sender, DayPilot.Web.Ui.Events.Month.BeforeCellRenderEventArgs e) { if ...

To set Z-index in DayPilot Month

Answered: The z-index of the DayPilotMonth control can't be set directly but you can put it inside a special div with z-index specified: <div style="z-index:1"> <DayPilot:DayPilotMonth ...... /> </div>

Possible to show events summary in cells with DayPilotMonth?

Hi I'm evaluating DayPilotMonth and DayPilotCalendar Pro at the moment. In my system, I will have to cater for up to 20/30 events per day. I would like to use the DayPilotMonth control, however when ...

How can a export/print the DayPilot Month View

Answered: The Export (JPG/PNG/GIF) feature will be added to DayPilot Month in DayPilot Pro 5.8 release.

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

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

Month view mode +/- a month

Hi When I click next month in my app the next month to be displayed is May. However in my "DayPilotMonth_refresh" function e.startdate is 01/04/08 as expected. This seems to happen on your live site ...

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

DayPilotMonth client refresh

I'm having trouble changing dates in the DayPilotMonth control. I've tried changing it via server side but it didn't seem to work. I changed the StartDate to a new date and it seems to bounce around....

Month View

Answered: Yes, I plan to add it as well. At this moment it is planned for DayPilot Pro 4.3 (December 1, 2007).
Previous Questions 31-41 of 41