Getting RadWindow Width and Height
You need to get the RadWindow width or height property.
Solution
First you need to get a reference to the RadWindow control by ID. Once you get it there are two options for getting the width/height. The first option is to use the relevant width/height properties of the RadWindow. The second is by invoking a straight JavaScript on the page.
Here is the standard approach:
Invoking JavaScript on the page: