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.
我有一个带有组合框列的 Windows 窗体 DataGridView。组合框列绑定到从 Linq to Entities 查询填充的数据源。我希望用户能够在组合框中选择“无”(将 NULL 值分配给基础数据源)。
我怎样才能做到这一点?
DataGridView 支持 Ctrl+0 击键在单元格中输入空值,因此您可以使用它来清除组合框的值并将其设置回空值。