如何在 DataGridview CalendarColumn 中启用 NULL 值选择
我有一个 DataGridView CalendarColumn。默认情况下,如果数据库表中绑定的列为 NULL,则显示当前列,但我也要求将其设置为 NULL。
例如,如果该特定日期列的数据,我希望用户能够将日期单元格设置为空(NULL),但我找不到要设置的属性来实现此目的。任何想法,都可能在 Datagridview 的 Calendercolumn 中实现这种行为
I have a DataGridView CalendarColumn. By default, if the column its bound to in the database table is NULL, its shows the current, but i have a requirements to make it just NULL as well.
For example if the data for that particular date column, i want a user to be able to just make the Date Cell empty(NULL) but i cant find a property to set to achieve this. Any ideas, is to possible to achieve this kind of behaviour in a Datagridview's Calendercolumn
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)