<kendo:window-position>
A collection of one or two members which define the initial top and/or left position of the Window or the position of the containment element on the page.
Example
<kendo:window>
<kendo:window-position></kendo:window-position>
</kendo:window>
Configuration Attributes
left java.lang.Object
Specifies the initial left position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentages, ems or other valid values.
Example
<kendo:window-position left="left">
</kendo:window-position>
top java.lang.Object
Specifies the initial top position of the Window. Numeric values are treated as pixels. String values can specify pixels, percentages, ems, or other valid values.
Example
<kendo:window-position top="top">
</kendo:window-position>