I simplified the refresh JS to this
function refreshCal(arg) { $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest("Rebind"); }
and added the missing OnAjaxRequest="RadAjaxManager1_AjaxRequest" to call my code behind and life is good
I simplified the refresh JS to this
function refreshCal(arg) { $find("<%= RadAjaxManager1.ClientID %>").ajaxRequest("Rebind"); }
and added the missing OnAjaxRequest="RadAjaxManager1_AjaxRequest" to call my code behind and life is good