I followed the example code to replace the edit form in the documentation. It all works fine except that I cannot get the scheduler to refresh after the radwindow closes.
I added an alert to the given javascript function:
function refreshScheduler()
{
alert('about to refresh scheduler');
var ajaxManager = $find("RadAjaxManager1");
ajaxManager.AjaxRequest('RebindScheduler');
}
The alert displays but immediately afterward there is an "Error on page". Detail is "Object doesn't support this property or method.". The AjaxRequest event of the radAjaxManager never fires so the scheduler does not refresh.
Any ideas?
John.