J
James Goodman
I have used this example to embed a bound combo within a datagrid.
It works very well, but with one exception.
If the user selects a value from the list, the selected value is not
actually shown until the control loses the focus. It always displays the
previous, or first entry in the list.
Once the control loses the focus, the correct value is displayed, but it is
a little confusing.
Any suggestions as to how I can get the display to update correctly?
The code can be found on the winforms site.
Cheers,
James
It works very well, but with one exception.
If the user selects a value from the list, the selected value is not
actually shown until the control loses the focus. It always displays the
previous, or first entry in the list.
Once the control loses the focus, the correct value is displayed, but it is
a little confusing.
Any suggestions as to how I can get the display to update correctly?
The code can be found on the winforms site.
Cheers,
James