Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以设置 DataGridViewComboBox 以允许用户在绑定到数据源(如 BindingList)时清除条目?
如果是这样,如何实现?
通常我会在绑定列表或数据源中添加一个表示空白条目的条目。所以我过去所做的就是在我的数据表中添加一行,例如,ID 为 -1,值为“”,然后只需处理保存代码以在数据库中将该值设置为 NULL。