I want to create generic bound NullableComboBo x class which allows to enter null values. I havent found a way to store null value to DataSource.
To reproduce:
1. Run the code
2. Clear text
3. Press button.
Observed:
Value is not null
Expected:
Value must be null
How to fix ?
Andrus.
using System.Windows. Forms;...