Winforms FAQ Datagrid Combo?

  • Thread starter Thread starter James Goodman
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top