Hi guys,
I have tried everything, still no luck. Browsed this forums but couldn't find an exact solution to this problem.
I have a GridPanel added to a NestedLayoutPanel in my main BorderLayout. That GridPanel has a Grid for browsing some products. Now, my problem is, when I resize the window, the columns doesn't get adjusted to the new Viewport width and a scrollbar pops up at the bottom of the grid. I have autoSizeColumns: true and monitorWindowResize: true, still no luck.
Basically, I want that scrollbar go away and my columns automatically resizing to the new region width after a window size change.
Thanks,
Andr