Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1185
Drop down editor in grid with numeric key, text display
posted

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?