views:

170

answers:

1

How can I change the state of a DataGridViewComboBoxColumn so that the user can select one item from the combobox, but not edit the values?

I want to let the user select one of my options, not enter his own or alter my options. I don't want to disable the control.

A: 

are you using standart grid ? in devexpress grids are an property for this "fixedlist".

look at this

http://www.akadia.com/services/dotnet_combobox_in_datagrid.html

drorhan