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.
// 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
October 17,