This is a migrated thread and some comments may be shown as answers.

Wierd behaviour of RadWindow

0 Answers 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SKande
Top achievements
Rank 2
SKande asked on 15 May 2013, 10:43 PM
Hello I am trying to refresh my grid my rad window opens a page which contains asynupload to upload a file and after closing the window i am refreshing the grid but it does not fire and i have used debugger i cam to know the onclientclose executes even before the radwindow is open.

the code is

 

function onClientClose() { 
 alert(  
"hi"); 
  
$find(
  
"<%= RadAjaxManager1.ClientID %>").ajaxRequest(); 
 }

 

 

protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)

 

{

 

FileGrid.Rebind();

}

i have kept break point here the control does not come at all.
and the radwindow which contains webpage js is

 

 

function CloseAndRebind() {

 

GetRadWindow().Close();

}

No answers yet. Maybe you can help?

Tags
Grid
Asked by
SKande
Top achievements
Rank 2
Share this question
or