2010-03-24 6 views

답변

1

을 (어떤 선택 날짜를 설정하지 않음) : http://demos.telerik.com/aspnet-ajax/calendar/examples/programming/clientsideapi/defaultcs.aspx

unselectDate(date); //Takes a triplet representation of a date and if valid deselects it in the calendar. 
unselectDates(dates); //Takes an array of triplets representing dates and if valid deselects them in the calendar. 

먼저 당신은 날짜가 은 그 다음의 선택을 해제 방법에 넣어() get_selectedDates로 선택있는 것을 발견 할 수 있습니다.

var selectedDates = get_selectedDates(); 
unselectDates(selectedDates); 

어떤 날짜를 선택했는지 알 수없는 경우 캘린더를 다시로드 할 수 있습니다. 당신은 선택의 서버 측을 삭제하려면

0

다음이 작동합니다 :

RadCalendarObject.SelectedDates.Clear();