Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1960
Change the grid height (not the width) on the client
posted

Hello.

I have some code in place to resize the grid when the browser window resizes. I have a jscript method hooked up to the onresize event of the <body> tag.

Inside that method I call the resize(width, height) method of the grid. The problem is that I only want to change the height. I don't ned to mess with the width because it is set at design time to be 100% so that it expands to the total width of the browser.

Is there a way to do that?

 Thanks in advance.