New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

RenderDay object

The RenderDay client object represents a day in the calendar. It is available through the eventArgs of the OnDayRender, OnDateClick, OnDateSelected, and OnDateSelecting client-side events.

The following tables lists the most important properties and methods of the ASP NET AJAX Calendar object:

NameParametersReturn TypeDescription
get_datenoneArray (triplet)returns the triplet for the day represented by the render day object.
set_dateArray (triplet)nonesets the date of the render day object to the date encoded by the triplet.
get_isWeekendnonebooleanreturns true if the day falls on a weekend.
get_isTodaynonebooleanreturns true if the day has today's date.
get_isSelectednonebooleanreturns true if the day is selected.
get_isSelectablenonebooleanreturns true if the day can be selected.
DayRownoneintegerThe zero-based index of the row of the calendar view in which the day appears.
DayColumnnoneintegerThe zero-based index of the column of the calendar view in which the day appears.
RadCalendarnoneRadCalendarThe calendar that contains the day.
RadCalendarViewnoneRadCalendarViewThe month view in which the day appears.
DomElementnoneDOM elementThe DOM element for the day cell.
IsRecurringnoneintegerIndicates the recurrence patterns that include the day. The value is one of the following - 1: DayInMonth; 2: DayAndMonth; 4: Week; 8: WeekAndMonth; 16: Today; 32: None

Methods

NameParametersReturn TypeDescription
Clicknonenonesimulates a mouse click on the day.
Selectbooleannoneselects or un-selects the day.
In this article
Methods
Not finding the help you need?
Contact Support