views:

224

answers:

1

I would expect this would be a common need. Can anyone help or point me to a page that explains how to do this?

+2  A: 

If you mean like the auto-complete options on TextBox, I'm not aware of any in-built support for this. The closest (although not the same) would be to use a DataGridViewComboBoxColumn.

For things not directly available; it looks like other people have looked at this - you might try the sample here.

Marc Gravell