Monthly summary of new releases and articles - February 2015.
Feb 4, 2015
Releases
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)
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)
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)
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
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
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