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

Adjusting rad window size

1 Answer 39 Views
Window
This is a migrated thread and some comments may be shown as answers.
Deepa
Top achievements
Rank 1
Deepa asked on 23 May 2012, 11:13 AM
Can i open a RadWindow at  different locations with adjusting its size??

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 23 May 2012, 12:09 PM
Hello Deepa,

Try the following javascript.
JS:
function Open()
{
  var window = radopen("RadWindow1", null);
   window.moveTo(300, 300);
}

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