I am using 2.0 (Win7), waunder if its a bug??
But, if it was, why would all your boxes be unchecked when viewing in 2.0??
Anyway... Your code worked to at least get around what ever is causing the DESIGN view mishap.
I just put this in formCreate, and it works.
THANK YOU SO MUCH, I was up for 2 hours last night trying to find some code or documentation on the grid.
But, of course the LAZ footprint doesn't have great documentation
for i := 1 to StringGrid2.RowCount-1 do
StringGrid2.Cells[3, i] := '0';