In the AddAjaxSetting(Control ajaxifiedControl, Control updatedControl) method, is it ok for both Control arguments to be the same object? For example:
radAjaxMgr1.AjaxSettings.AddAjaxSetting(myCustomEditor, myCustomEditor);
myCustomEditor is of the type WebControl. It looks like myCustomEditor is going to respond to some client-side action on itself, but is that allowed by the RadAjaxManager?
Thanks!
radAjaxMgr1.AjaxSettings.AddAjaxSetting(myCustomEditor, myCustomEditor);
myCustomEditor is of the type WebControl. It looks like myCustomEditor is going to respond to some client-side action on itself, but is that allowed by the RadAjaxManager?
Thanks!