Hello Telerik Staff,
My question is as my title ask, does it support on Safari and other browser?
In my asp page, I can open RadWindow with client script, then when user click the submit button in the RadWindow, it trigger the RadWindow client-onclose and do the follows:
var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
ajaxManager.ajaxRequest(value.By);
But I don't see the postback after the RadWindow close on Safari, I just wonder does it support?
Note: It is working prefectly on Internet Explorer, the last time I update my Telerik is on Nov I believe.
Thanks,
King