I have a combobox that is consist of 'Male' and 'Female' selection. I have a datagridview that when double click, will go to another form which is named 'Edit Form'. I need to be ale to change whether the value is a male or female, but there is a problem. Whenever I try to set the combobox to a dropdownlist, it treats the 'Male' value as 6 characters as if all values inside of the combobox is adjusted to correspond to the length of the longest text.
I can't set the combobox selected text as 'Male' but can only be done with 'Male ', which becomes 6 characters.