DayPilot News (February 2015)

Monthly summary of new releases and articles - February 2015.
Feb 4, 2015

Releases

DayPilot Pro for ASP.NET MVC 7.9 SP3 Jan 4, 2015

Improvements

  • [Scheduler] Links supported in the Scheduler. (build 5740)
  • [Demo] Medium trust level removed from web.config. (build 5745)
  • [Demo] Visual Studio 2013 solution included (build 5745)

DayPilot Pro for ASP.NET WebForms 7.9 SP8 Jan 9, 2015

Improvements

  • DataCompleteField property added - allows direct loading of "percent complete" for each task (Gantt). (build 3359)
  • [Scheduler] EventTapAndHoldHandling implemented (Scheduler). (build 3360)
  • [Calendar] Workaround that allows applying a background color over a gradient in IE8, IE9 (Calendar, Month). (build 3362)
  • [Month] Workaround that allows applying a background color over a gradient in IE8, IE9 (Calendar, Month). (build 3362)
  • Accepting double values in DataCompleteField (Gantt). (build 3363)

DayPilot Pro for ASP.NET MVC 7.9 SP4 Jan 19, 2015

Improvements

  • [Demo] Inline event editing demo (Scheduler). (build 5746)
  • [Scheduler] Inline event editing demo (Scheduler). (build 5746)
  • [Scheduler] DataResourceField optional for ViewType=Days (Scheduler). (build 5747)
  • [Scheduler] Timesheet view (Scheduler). (build 5748)

DayPilot Pro for ASP.NET WebForms 7.9 SP9 Jan 19, 2015

Fixes

  • [Calendar] Parsing double values in cultures that use comma for separating decimal part of a number - fixed (Calendar). (build 3365)
  • [Calendar] Server-side culture used for formatting day headers - fixed (Calendar). (build 3365)
  • [Calendar] Configuration options containing apostrophe fixed (Calendar). (build 3366)
  • [Calendar] All-day event context menu displayed default browser menu - fixed (Calendar). (build 3369)
  • Active area JavaScript actions fixed. (build 3370)

Tutorials

ASP.NET MVC 5 Timesheet Jan 21, 2015

asp.net mvc 5 timesheet

This tutorials shows how to create a simple timesheet web application in ASP.NET MVC using DayPilot ASP.NET MVC scheduler control. The scheduler control supports a special timesheet view that displays one day per row.

  • Timesheet view (1 day per row)
  • Switching full day/business hours views
  • Employee filter using a drop-down list
  • Drag and drop event creating
  • Drag and drop event moving and resizing
  • Event editing using a modal dialog
  • Event text for recording details (like project name or job description)
  • Column with daily total (hours spent)
  • ASP.NET MVC 5
  • SQL Server sample database (LocalDB)
  • Visual Studio 2013 solution
  • C# source code
  • VB source code

ASP.NET MVC 5 Event Calendar Jan 22, 2015

asp.net mvc 5 event calendar

This is a beginner tutorial that shows how to setup an ASP.NET MVC project that uses the event calendar control from DayPilot Pro for ASP.NET MVC package.

  • ASP.NET MVC 5
  • Weekly event calendar
  • Drag and drop event creating
  • Drag and drop event moving
  • Drag and drop event resizing
  • Event deleting
  • Loading events from SQL Server database using LINQ to SQL