3.2.0

How to remove the empty column from the grid

My grid always shows an empty column to the extreme right side of the grid. How can i remove the same? Despite myGrid.setColumnCount(7), my grid displays 8 columns, the last one being a blank one.

How can i remove this blank column?
Ashish Mohnot
December 8,
Increase the widths of existing columns. If the total column width is less than the width of the grid it adds an empty column to fill the remaining space.
Alex (ActiveWidgets)
December 8,
Thanks Alex. It worked.
Ashish Mohnot
December 8,

This topic is archived.

See also:


Back to support forum