Hi
I'm using RadCalendar 2.0.1, and unable to clear the dates after post back.
Tried the dollowing link
http://www.telerik.com/community/forums/aspnet/calendar/date-picker-null-problems.aspx
I'm getting the error Clear() is not property or method, and if i use DateInput it shows null.
At present they dont want to update the control to newer version.
Please suggest.. this issue is screwing up.
Regards
Puneet
I'm using RadCalendar 2.0.1, and unable to clear the dates after post back.
Tried the dollowing link
http://www.telerik.com/community/forums/aspnet/calendar/date-picker-null-problems.aspx
I'm getting the error Clear() is not property or method, and if i use DateInput it shows null.
At present they dont want to update the control to newer version.
Please suggest.. this issue is screwing up.
1. tried: RadAjaxManager1.ResponseScripts.Add(
string.Format("window.{0}.Clear(); ", startDate.ClientID));
2.
function ClearDate()
{window[
'<%= startDate.ClientID %>'].DateInput.Clear();
//window['<%= startDate.ClientID %>'].clear();
}
I dont want to use the button/hyperlink to clear the datesRegards
Puneet