PDA

View Full Version : Wandering columns in grid



whitemice
12 Feb 2008, 3:18 AM
I had a grid working with extjs-1.1 but after switching to 2.0 and making a couple small adjustments the columns in the grid wander.

The code is attached to this post (as grid2.txt) as is an example screenshot. I'm quite new to extjs and rather stumped by this one.

RWaters
23 Feb 2008, 8:08 AM
Since you have set the widths separately can you remove the autoWidth setting?

RWaters
23 Feb 2008, 8:09 AM
Also if you need to have it calculate and make things fit you can use:


layoutConfig {
forceFit: true
}