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