or
Posted on Feb 17, 2010
GetRadWindow().BrowserWindow.refreshGrid(args);GetRadWindow().close();function refreshGrid(arg) { //var btnName = $get("<%=btn.ClientID%>").name; //__doPostBack(btnName, ""); // Above Two Lines code works fine. But the whole page Postback is called. i need only refresh perticular ListView to Rebind. var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>"); ajaxManager.ajaxRequest('Refresh'); }protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e){ if (e.Argument.ToString() == "Refresh") { lstvTask.Rebind(); }}
jQuery('li.rtLI div > span:eq(2)').live('click', function () { //xyz});jQuery('li.rtLI div > span.rtPlus').live('click', function () { //xyz});<script language='JavaScript'> function f(){var oWnd=radalert('The record is successfully saved!',300,100,'RecordSaved',null);oWnd.add_close(function () {returnToParent();});Sys.Application.remove_load(f);}; Sys.Application.add_load(f); </script>if(d&&d.tagName.toLowerCase()!="body")