Table of Contents
How RadCalendar compares to ASP.NET Calendar
Standards Compliance
AJAX support
ASP.NET 2.0 Features
Licensing
Installation and deployment
DNN
Telerik RadCalendar Overview
Customizing Appearance
Customizing Behavior
Design-time Support
Localization and Globalization
Date Picker
Time Picker
Telerik RadCalendar Client-Side
Telerik RadCalendar Server-Side
Interoperability with Other Controls
Troubleshooting
How-To
API Reference
| |
| General Features |
Send comments on this topic. |
| See Also |
- Customizable Day Matrix - developers have complete control over the appearance of the day matrix, as it is not hardcoded to the usual 7 x 6 mode. By setting the FirstDayOfWeek and the days x rows matrix you can format the number of rows/columns in a MonthView. (There is a maximum of 42 cells per MonthView).
See a live example at www.telerik.com
-
Multiview Presentation - Telerik RadCalendar can be easily configured to show more than one month in the calendar area. To enable this functionality you need to set the MultiViewColumns and MultiViewRows property to specify the number of month columns/rows in the Multiview.
See a live example at www.telerik.com
-
-
Template Support - a collection of dynamic templates can be used for achieving rich presentation of the calendar days. You can use this customization on a "per day" basis. It is especially useful if you want to implement a scheduler-like interface with additional information and images about events, links to additional information, etc. The header and the footer of Telerik RadCalendar can also be customized completely using templates.
See a live example at www.telerik.com
-
Horizontal and Vertical Orientation - by default the calendar view renders the days horizontally row by row. However it can be configured to render the content vertically (i.e. column by column). Simply specify the orientation of the calendar by setting the Orientation property to either RenderInColumns or RenderInRows.
See a live example at www.telerik.com
- Scrolling and Navigation - Telerik RadCalendar provides three types of navigation, which allows you to switch and jump to new views (months):
• Previous/next month - allows you to go to the pervious/next view (month) by clicking the "<" or ">" buttons (customizable) • Jump X months forward/backward - allows you to jump X views (months) forward or backward when you click the "<<" or ">>" buttons. The jump step is specified in the FastNavigationStep property. • Month and Year selector - allows you to specify the month and year directly from a popup window, which can be opened when you click on the calendar header.
- Keyboard Support - Telerik RadCalendar supports the standard browser navigation paradigm. Users can tab across the page elements till they reach the calendar element. Then they can go forward/backward over the individual days by pressing the [Tab]/[Shift+Tab] keys. A day can be selected by clicking the [Enter] button.
- Localization and Support for System.Globalization Namespace - the globalization namespace consists of classes, which contain culture-related information, such as language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. They are useful classes for writing globalized (internationalized) applications.
 |
 |
|
German |
French |
See a live example at www.telerik.com
See Also
|