This question is locked. New answers and comments are not allowed.
What is the easier way to send the calendar selected date to specific Controller/Action
<%
: Html.Telerik().Calendar().Name("Calendar").Value(DateTime.Now)
.Selection(settings => settings
.Action(
"Action", "Controller", new {selectedDate = ????}))
%>
What should I put in the "????" area for the current selected date?
Thanks for the information.