I have a small grid where the one displayed column is an Int32 value. the dropdown editor allows me toselect from a lookup list - showing the text descriptions, and internally putting the numeric key value in the grid.
This works fine for editing existing rows, but when *inserting*, I get an error. Tracing the code shows that for INSERTs only, the grid attempts to put the TextField into the numeric field, instead of the specified ValueField - the internal error is essentially reporting the conversion problem.
I'm assuming this is a bug - can someone please confirm this, and tell me its being worke don?