This example shows how Telerik Calendar for ASP.NET MVC can be used to navigate to Action method passing the clicked date.

Selection(...) method gives the ability to set an Action method and a collection of dates. Calendar will render action links for every date in the collection. Thus if the date is part of the rendered month view, the day will be wrapped in a link tag with URL pointing to the Action method.

If only Action method is set, then all days will be wrapped in links with URL to the defined Action.