Thank you for your feedback! You have rated this topic in the last 30 days.
WebCalendarView Client-Side Events
Client Events
Client Events Methods
Click
This event fires when any element of the CalendarView is clicked.
Parameters
oCalendarView
The WebCalendarView client-side object. oEvent
The event object, which allows you to cancel the event, cancel the postback, or request a postback. element
The html element that corresponds to what was clicked.
DblClick
This event fires when any element of the CalendarView is double clicked.
Parameters
oCalendarView
The WebCalendarView client-side object. oEvent
The event object, which allows you to cancel the event, cancel the postback, or request a postback. element
The html element that corresponds to what was double clicked.
Initialize
This event fires when the CalendarView initializes.
Parameters
oCalendarView
The WebCalendarView client-side object.
MouseDown
This event fires when a mouse down occurs on any element in the CalendarView.
Parameters
oCalendarView
The WebCalendarView client-side object. oEvent
The event object, which allows you to cancel the event, cancel the postback, or request a postback. element
The html element that corresponds to where the mouse button was pressed down.
MouseUp
This event fires when a mouse up occurs on any element in the DayView.
Parameters
oCalendarView
The WebCalendarView client-side object. oEvent
The event object, which allows you to cancel the event, cancel the postback, or request a postback. element
The html element that corresponds to where the mouse button was released.
Navigate
This event fires when the user presses the Navigate Next or Previous button.
Parameters
oCalendarView
The WebCalendarView client-side object. oEvent
The event object, which allows you to cancel the event, cancel the postback, or request a postback. date
The first date of the month that is being navigated to.
RenderDay
This event is fired before a day is rendered. The text and CSS class can be modified using buffer member variables of the oDay parameter. Any aspect of rendering can be modified explicitly using the HTML element that represents a day. Default logic that renders the day can be canceled.
Parameters
oCalendarView
The WebCalendarView client-side object. oEvent
The event object, which allows you to cancel the event, cancel the postback, or request a postback. oDay
An oDay object that represents the day that is being rendered.
This page has encountered an error. We've attempted to send the information to the server.