newgrid.tgz This contains a first attempt at an edit in place facility for the wxGrid class in wxWindows 2.01. The tar file contains: src/generic/gridg.cpp (modified grid source) include/wx/generic/gridg.h (modified grid source) samples/grid/test.cpp (modified sample program) The new sample program has an extra menu item in the Settings menu: Toggle edit in place. When the edit in place option is turned on you can enter text into either the edit in place text control positioned on the active grid cell or into the normal text control positioned at the top of the grid. I have only tested this for Motif on Sun Solaris 2.5 with gcc 2.7.2. Michael Bedward mbedward@ozemail.com.au