I have a combobox and I bind it to a DataTable. I want it to have an empty item but I can't Add it. Isn't there a way to do this with reflection or with some other technique?
I can't add an empty row to the data table, because I have int columns and the empty item I want to add is a string.
I can't add an empty row to the data table, because I have int columns and the empty item I want to add is a string.