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.
我正在使用带有弹出编辑的剑道 ui 网格。当我编辑一行时,会显示一个对话框。其中一个字段是由 kendo datetimepicker 表示的日期。
选择日期时出现此错误:
为什么这个日期无效,我用控件设置的?!
添加属性
[DataType(DataType.Date)]
在日期属性上。