New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientResize

The OnClientResize event of the RadWindow fires while the user is resizing the popup.

The event handler receives the following arguments:

  1. The RadWindow object that fired the event.

  2. An event arguments object that does not expose any methods and properties.

You can use this event to get the current dimensions of the dialog by calling the getWindowBounds() method from the RadWindow client-side API.

See Also

In this article