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

OnClientclose

1 Answer 63 Views
Window
This is a migrated thread and some comments may be shown as answers.
santosh
Top achievements
Rank 2
santosh asked on 10 Jan 2011, 11:19 AM

i am using window.radopen function .and i want use OnClientclose event in this function how can i use.

return

 

string.Format("var win = window.radopen('DisplayImage.aspx?id={0}&regno={1}&hosid={2}','Details');win.center();win.maximize();win.set_visibleStatusbar(false); ", Convert.ToString(id), Session["registrationId"].ToString(), Session["HospitalLocationId"].ToString());

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Jan 2011, 01:46 PM
Hello Santosh,

You can attach OnClientClose event to the RadWindoeManager from aspx itself.

You can refer the following documentation for more on this.
Setting client events by using Javascript

Thanks,
Shinu.
Tags
Window
Asked by
santosh
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or