07-18-2010, 06:01 AM
Quote:And, how do you load a completely blank grid where the boxes remain editable. It seems like if I load an empty grid all of the cells lose there ability to be edited.
It is how QM grid works. User can add/edit only next row.
If need n rows that can be edited on click anywhere, use g.CellSet(n 0 "") under WM_INITDIALOG.
