Table of Contents
ClientSideOnSelect Property

Specifies the name of client side JavaScript function which is called when end user selects a day by clicking on the day cell in browser.

Syntax
 public String ClientSideOnSelect { get; set; }
Remarks

See calendar_event_handler for details about parameters and return value of this function.

See Also