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

OnClientResizeEnd

The OnClientResizeEnd event of the RadWindow fires when the user finished 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 final dimensions of the dialog by calling the getWindowBounds() method from the RadWindow client-side API.

See Also

In this article