.NET Calendar (Mediachase)
| Author |
|
| Company |
Mediachase |
| Source Code Available |
Yes |
| License Type |
Commercial |
| Submitted On |
April 15, 2003 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x, 2.0 |
| Cost |
$119 |
Description
Version 2.1 Released. (Complete Outlook like enterprise ready calendar for the web). Starter Kit App (SQL/Access) is now available both in VB.NET and C#.
Mediachase Calendar.NET Web Control for .NET is a 100% C#, managed control patterned after Outlook’s Calendar View and used by Instant Business Network Enterprise Platform. It is the most powerful asp.net calendar control on the market which allows .NET developers to add calendar functionality (Year, Month, WorkWeek, Week, Day, Gantt) to their applications with a minimum amount of effort.
Features overview:
- Day, WorkWeek, Week, Month, Year and Gantt like views
- DataBinding for events and Holidays
-
Templates to customize any content
-
Office/Outlook/Windows/Printer built in themes
-
Multi spanning and all day boxes with smart borders in every view.
-
Optimization properties for faster rendering of large data / ViewState Optimization (smaller download)
-
Server side EventHandlers, clickable cells for views
-
Complete Database(Access or SQL Server) driven multi tier sample source code that shows recursion, personalization and outlook synchronization.
- Globalization (every element can be customized to suit your culture), Localization (view localization sample)
- Customizable WorkWeek properties, Start of the week. Work days
- Tasks merging in task view (view Full Sample for details)
- Recurrence
- Event Bar for actual event time span display.
- Dynamic Borders to show that event spans to next day/week.
- Used in Real Enterprise Application (try ibndemo.mediachase.com or sign up for full online evaluation at www.mediachase.com)
- Quick Forums/Email or phone (toll free number) support within 24 hours
- Multi owner/resource Day View - new
Syntax Example
<ie:calendar id="CalendarCtrl" runat="server" Palette="Windows"
DataEndDateField="EndDate" DataStartDateField="StartDate"
ViewType="MonthView" DataColorField="Color" SpanType="Overflowed">
<MonthItemTemplate>
<%#DataBinder.Eval(Container.DataItem, "StartDate")%> -
<%#DataBinder.Eval(Container.DataItem, "EndDate")%>
<%#DataBinder.Eval(Container.DataItem, "Author.FullName")%>
</MonthItemTemplate>
<YearItemTemplate>
<%#DataBinder.Eval(Container.DataItem, "StartDate")%> -
<%#DataBinder.Eval(Container.DataItem, "EndDate")%>
<%#DataBinder.Eval(Container.DataItem, "Author.FullName")%>
</YearItemTemplate>
<AllDayItemTemplate>
All day: <%#DataBinder.Eval(Container.DataItem, "StartDate")%> -
<%#DataBinder.Eval(Container.DataItem, "EndDate")%>
<%#DataBinder.Eval(Container.DataItem, "Author.FullName")%>
</AllDayItemTemplate>
<DayItemTemplate>
<%#DataBinder.Eval(Container.DataItem, "StartDate")%> -
<%#DataBinder.Eval(Container.DataItem, "EndDate")%>
<%#DataBinder.Eval(Container.DataItem, "Author.FullName")%>
</DayItemTemplate>
<WeekItemTemplate>
<%#DataBinder.Eval(Container.DataItem, "StartDate")%> -
<%#DataBinder.Eval(Container.DataItem, "EndDate")%>
<%#DataBinder.Eval(Container.DataItem, "Author.FullName")%>
</WeekItemTemplate>
</ie:calendar>Screenshots
Reviews
Submit a review
Best on the market
Reviewed by: steveh on Wednesday, November 24, 2004
5 Stars
I looked at a number of calendar controls before selecting Mediachase's product. From my perspective it had the best set of features.
Responses to questions to support both prior to and after the purchase have been outstanding.