What I'm trying to accomplish is to get the new height of the window once it's been maximized/restored so that I can dynamically resize content elements.
To that end I'm trying to either find the new height in the javascript property assigned to the WindowStateChanged event or the state of the window (maximized/restored). Preferable I'd like to have the window tell me the height, but if all I have is the state I can at least do some math based on the browser height...
Hi,
Follwing forum link will show how to get client side height property of the WebDialogWindow:
http://forums.infragistics.com/forums/t/24286.aspx
You will have to reference this function for WindowStateChanged event handler.