:: Forum >>

Why the extra column?

I have noticed in all your samples on the site, as well as our own code, if we set

// set number of columns/rows
obj.setColumnCount(3);
obj.setRowCount(2);


We actually see 4 columns in the grid - A nice empty one to the right.

Why does this appear and can you suppress it at all? Some of our developers can make it very small - but it can be expanded (dragged) and our business users are complaining about "missing data" as they think something should be in there.
aw-newbie
Tuesday, October 17, 2006
Do you mean the last column at the end? Does it have a header? Do your columns size to fit the width of the grid?
John Sourcer
Tuesday, October 17, 2006
Yes I mean the very last to the right column. No, there is no column header.

if you look at
http://www.activewidgets.com/grid.intro/ and hit the sample/show me you can drag the right most (empty column) towards the left.

There is another very blantant sample on this AW website as well, where the column is really wide and empty.
aw-newbie
Tuesday, October 17, 2006
other example is right on the general intro page - go down to grids to the show me button...

http://www.activewidgets.com/general.intro/
aw-newbie
Tuesday, October 17, 2006
ok, lets say the grid width is 500px and there are 3 columns 100px each. What should we do with 200px difference?

(the current solution is to draw an 'empty' column which fills the remaining space)
Alex (ActiveWidgets)
Tuesday, October 17, 2006
Well, guess we will have to play with that, now won't we...
Thanks for the quick answer.
aw-newbie
Tuesday, October 17, 2006

This topic is archived.


Back to support forum

Forum search