RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX

Classes

  ClassDescription
Public classCalendarClientEvents
Defines the JavaScript functions (client-side event handlers) that are invoked when specific client-side event is raised.
Public classChildViewRenderEventArgs
Public classDatePickerClientEvents
Summary description for DatePickerClientEvents.
Public classDayRenderEventArgs
Arguments class used with the DayRender event.
Public classDefaultViewChangedEventArgs
Arguments class used when the DefaultViewChanged event is fired.
Public classHeaderCellRenderEventArgs
Arguments class used with the DayRender event.
Public classMonthYearPickerClientEvents
Summary description for DatePickerClientEvents.
Public classSelectedDateChangedEventArgs
Provides data for the SelectedDateChanged event of the DatePicker control.
Public classSelectedDatesEventArgs
Arguments class used when the SelectionChanged event is fired.
Public classTimePickerEventArgs
Event arguments passed when RadTimePicker fires events like ItemCreated and ItemDataBound.

Delegates

Enumerations

  EnumerationDescription
Public enumerationAutoPostBackControl
Summary description for AutoPostBackControl.
Public enumerationHeaderType
Specifies the type of a selector sell.
Public enumerationMonthLayout
Summary description for MonthLayout. Layout_7columns_x_6rows - horizontal layout Layout_14columns_x_3rows - horizontal layout Layout_21columns_x_2rows - horizontal layout Layout_7rows_x_6columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_14rows_x_3columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns. Layout_21rows_x_2columns - vertical layout, required when UseColumnHeadersAsSelectors is true and Orientation is set to RenderInColumns.
Public enumerationMonthYearViewCellType
Enumeration determining the MonthYearView cell type.
Public enumerationMonthYearViewRowType
Enumeration determining the MonthYearView row type.
Public enumerationOrientation
Summary description for Orientation. RenderInRows - Renders the calendar data row after row. RenderInColumns - Renders the calendar data column after column. None - Enforces fallback to the default Orientation for Telerik RadCalendar.
Public enumerationPresentationType
Describes how RadCalendar will handle its layout, and how will react to user interaction. Interactive - user is allowed to select dates, navigate, etc. Preview - does not allow user interaction, for presentation purposes only.
Public enumerationRangeSelectionMode
Describes the RadCalendar range selection modes. None - does not allow range selection. OnKeyHold - allow range selection by pressing [Shift] key and clicking on the date. ConsecutiveClicks - allow range selection by clicking consecutively two dates.
Public enumerationRecurringEvents
Summary description for RecurringEvents. DayInMonth - Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day. DayAndMonth - The month and the day part of the date is taken into account. That gives the ability to serve events repeated in a specific month on the same day. Today - gives the ability to control the visual appearace of today's date. None - Default value, means that the day in question is a single point event, no recurrences.
Public enumerationSelectorType
Specifies the type of a selector sell.