Link to home
Start Free TrialLog in
Avatar of FMabey
FMabeyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Edit DataGridView comboBox

Hi all,

I am using VS2005 (VB.NET) winforms.
I have a datagridview which has one column using the DataGridViewComboBoxColumn column type. This is bound to a table in SQL Server through a dataset. If the user doesn't find the value they are  looking for in the dopdown, I would like them to be able to type in their own value. At the moment this doesn't allow them to do this.

Is there a setting I need to switch on/off to enable this, or is there a piece of code I can use?

Cheers
ASKER CERTIFIED SOLUTION
Avatar of wsh2
wsh2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of FMabey

ASKER

I am still looking at this but a few other things have come up... I'll get back when I've got something further to comment.