WebForms DateRangePicker Overview

The DateRangePicker control enables you to effortlessly select a range of dates, which makes the component perfect for any booking scenarios such as travel and medicine sites.

The RadDateRangePicker is a composite control combining two RadDatePicker controls and a shared MultiView RadCalendar

Telerik UI for ASP.NET AJAX Ninja image

The DateRangePicker is part of Telerik UI for ASP.NET AJAX, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

DateRangePicker overview

Key Features

Appearance and styling

The RadDateRangePicker uses skins to control the overall look-and-feel of the component. A skin is a set of images and a CSS stylesheet that can be applied to the control elements (date cells, buttons, etc.) and defines their look and feel. To apply a skin to a RadDateRangePicker control, set its Skin property, either using the properties pane or the control's Smart Tag.

On RadDateRangePicker, the Skin property value is always propagated to the child controls (the embedded RadDatePicker controls and popup RadCalendar).

For more information on how you can customize the appearance, please refer to the RadCalendar and RadDatePicker Appearance and styling sections:

See Also

In this article