I have a Grid where the model is dynamically created (as a dojox.grid.data.Objects object) from Ajax JSON data. Certain fields can contain quite long text data, so I am specifying widths (in em) in the view definition. When I use a layout structure with a single view I have no problems with the initial display. However, I would like to use a layout structure with first two columns in a fixed (noscroll: true) view and the remaining columns in a separate, scrolling view.
