Hi, I would like to have a ComboBox column in my grid that would be used as a list of values that the user can select, modify or use a new one.
I mapped the ValueMember to a string property of my custom object and set the DropDownStyle to DropDown. It gets saved properly, but I cannot edit the value nor add a 'custom' one.
I can't find a property that let me do that, am I doing something wrong or that functionality is not present?
Also, I would like to be able to add new lines, as it is possible in the GridViewTextBoxColumn but it doesn't seem possible in the ComboBoxColumn.
Thanks!
I mapped the ValueMember to a string property of my custom object and set the DropDownStyle to DropDown. It gets saved properly, but I cannot edit the value nor add a 'custom' one.
I can't find a property that let me do that, am I doing something wrong or that functionality is not present?
Also, I would like to be able to add new lines, as it is possible in the GridViewTextBoxColumn but it doesn't seem possible in the ComboBoxColumn.
Thanks!