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

I want to open rad window in maximize mode through Client Side Code

1 Answer 206 Views
Window
This is a migrated thread and some comments may be shown as answers.
Chandan Kumar
Top achievements
Rank 1
Chandan Kumar asked on 15 Jun 2010, 07:36 AM

Sir ,

I want to open rad window in maximize mode through Client Side Code my code is below.

but its not working pls add Maximize  Code in my code.


return

 

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

Thanks.
Chandan Kumar

 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 15 Jun 2010, 08:45 AM
Hello Chandan,

You can use the maximize() method of window client object to to set the window as maximized.

The following K B Article will assist you, if you want to execute client script (for opening window) from code behind.
Calling radalert from codebehind (all versions of RadWindow)

Also, you can find forum with similar query here.

Thanks,
Princy.
Tags
Window
Asked by
Chandan Kumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or