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
365
Resize Grid on client won't let grid get bigger
posted

I have a web grid inside a splitter control.  When a splitter pane is collapsed the grid no longer takes up the full width of the page.  I have written some javascript code to listen on the splitter controls collapsed event and attempt to resize the grid.  I am calling the resize method on the grid object.  If I set the width to smaller then the current, the grid correctly resizes, however if I try to set the value larger, nothing happens.

Can someone shed some light on what might be going on?  Any help is appreciated.

 

-Daniel